IEmClusterAnalysisSettings.Standartization

Fore syntax

Standartization: StandartizationType;

Fore.NET syntax

Standartization: Prognoz.Platform.Interop.Stat.StandartizationType;

Description

The Standartization property determines indicators standardization method.

Comments

By default Standartization = StandartizationType.NoScale, that is, the Do not Standardize method is used.

If Standartization = StandartizationType.ScaleUser, standardization coefficients must be set in the IEmClusterAnalysisSettings.StdValues property.

Fore and Fore.NET examples

The property use is given in the example for IEmClusterAnalysisSettings.ClusterObjects.

See also:

IEmClusterAnalysisSettings