Learn R Programming

RSNNS (version 0.4-14)

getNormParameters: Get normalization parameters of the input data

Description

Get the normalization parameters that are appended by normalizeData as attributes to the input data.

Usage

getNormParameters(x)

Value

the parameters generated by an earlier call to normalizeData

Arguments

x

input data

Details

This function is equivalent to calling attr(x, "normParams").

See Also

normalizeData, denormalizeData