ICubeMetaLoader.ScaleValues

Syntax

ScaleValues: Boolean;

Description

The ScaleValues property determines whether the data must be normalized on import.

Comments

If it is set to False, data of each time series are loaded with measurement units scale determined for it. Therefore, imported data is heterogeneous. If it is set to True, loaded data is normalized, that is, it is cast to the same measurement units scale.

Example

The property use is given in the example for ICubeMetaLoader.TestLoad.

See also:

ICubeMetaLoader