| sN.normalizeDF {simpleNeural} | R Documentation | 
Normalize data
Description
Normalize all columns of a dataframe so that all values are in [0;1] and for each column the maximum value is 1 and the minimum 0.
newx=(x-min(X))/(max(X)-min(X))
Usage
sN.normalizeDF(dframe)
Arguments
| dframe | The dataframe to be normalized | 
Value
The normalized dataframe
[Package simpleNeural version 0.1.3 Index]