ObjectDistance: ObjectDistanceType;
ObjectDistance: Prognoz.Platform.Interop.Stat.ObjectDistanceType;
The ObjectDistance property determines metric type used in the calculations.
Distances between objects calculation method depends on the metrics. By default ObjectDistance = ObjectDistanceType.Euclidean, that is, the Euclidean Distance method is used.
The property use is given in the example for IEmClusterAnalysisSettings.ClusterObjects.
See also: