Rdocumentation
powered by
Learn R Programming
RSNNS (version 0.3-1)
normalizeData: Data normalization.
Description
Data normalization.
Usage
normalizeData(x, type="norm")
Arguments
x
input data
type
string specifying the type of normalization. Implemented are "0_1", "center", and "norm"
Value
column-wise normalized input
Details
The input matrix is column-wise normalized. The parameter
type
specifies how: [object Object],[object Object],[object Object]