normalize data before feeding som algorithm
Normalize the data so that each row has mean 0 and variance 1.
normalize(x, byrow=TRUE)
x |
a data frame or matrix of input data. |
byrow |
whether normalizing by row or by column, default is byrow. |
An dataframe or matrix after the normalizing.
Jun Yan <jyan@stat.uiowa.edu>
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.