powered by
LinearScaling(x, mx = max(x, na.rm = T), mn = min(x, na.rm = T))
x
(x - MIN) / (MAX - MIN)
http://www.dcc.fc.up.pt/~ltorgo/DataMiningWithR
scale
SoftMax
ReScaling
## A simple example with the algae data set summary(LinearScaling(algae[,'NO3'])) summary(algae[,'NO3'])
Run the code above in your browser using DataLab