getNormParameters: Get normalization parameters of the input data

View source: R/normalizeData.R

getNormParametersR Documentation

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)

Arguments

x

input data

Details

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

Value

the parameters generated by an earlier call to normalizeData

See Also

normalizeData, denormalizeData


RSNNS documentation built on May 31, 2023, 5:43 p.m.