Learn R Programming

RSNNS (version 0.4-4)

normalizeData: Data normalization

Description

The input matrix is column-wise normalized.

Usage

normalizeData(x, type="norm")

Arguments

x
input data
type
[object Object],[object Object]

Value

  • column-wise normalized input. The normalization parameters that were used for the normalization are present as attributes of the output. They can be obtained with getNormParameters.

Details

The parameter type specifies, how normalization takes place: [object Object],[object Object],[object Object]

See Also

denormalizeData, getNormParameters