Learn R Programming

som (version 0.3-5.2)

normalize: normalize data before feeding som algorithm

Description

Normalize the data so that each row has mean 0 and variance 1.

Usage

normalize(x, byrow=TRUE)

Value

An dataframe or matrix after the normalizing.

Arguments

x

a data frame or matrix of input data.

byrow

whether normalizing by row or by column, default is byrow.

Author

Jun Yan <jyan@stat.uiowa.edu>

See Also

filtering.