
Last chance! 50% off unlimited learning
Sale ends in
mmnorm(data,minval=0,maxval=1)
#---- Min-Max Normalization----
data(ionosphere)
ionos.minmax=mmnorm(ionosphere)
op=par(mfrow=c(2,1))
plot(ionosphere[,1])
plot(ionos.minmax[,1])
par(op)
Run the code above in your browser using DataLab