ISlDistance

Assembly: Stat;

Description

The ISlDistance interface is used to work with parameters of calculating distance between objects.

Inheritance Hierarchy

          ISlDistance

Comments

Distance between objects is calculated in cluster analysis. To work with cluster analysis, use the ISmHierarchicalClusterAnalysis interface.

Properties

  Property name Brief description
ComputeValues

The ComputeValues property determines whether the distance matrix should be calculated.
Standartization

The Standartization property determines method of characteristics standardization.
StandartizationCoefficients

The StandartizationCoefficients property determines standardization coefficients.
Type

The Type property determines method used to calculate distance between objects.
Values

The Values property returns matrix of distances between objects.

See also:

Stat Assembly Interfaces