Assembly: Stat;
The ISlDistance interface is used to work with parameters of calculating distance between objects.
ISlDistance
Distance between objects is calculated in cluster analysis. To work with cluster analysis, use the ISmHierarchicalClusterAnalysis interface.
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: