ISlDistance

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.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
The ComputeValues property determines whether the distance matrix should be calculated.
The Standartization property determines method of characteristics standardization.
The StandartizationCoefficients property determines standardization coefficients.
The Type property determines method used to calculate distance between objects.
The Values property returns matrix of distances between objects.

See also:

Stat Assembly Interfaces