ISlDistance.StandartizationCoefficients

Fore Syntax

StandartizationCoefficients: Array;

Fore.NET Syntax

StandartizationCoefficients: System.Array;

Description

The StandartizationCoefficients property determines standardization coefficients.

Comments

Number of coefficients should match the number of characteristics (ISmHierarchicalClusterAnalysis.Objects). Standardization coefficients are to be specified if the following method of standardization is selected: User-Defined Values (ISlDistance.Standartization). Any positive values can be used as standardization coefficients.

Fore and Fore.NET Examples

The property use is given in the example for ISlDistance.ComputeValues.

See also:

ISlDistance