IEmClusterAnalysisSettings.ObjectDistance

Fore syntax

ObjectDistance: ObjectDistanceType;

Fore.NET syntax

ObjectDistance: Prognoz.Platform.Interop.Stat.ObjectDistanceType;

Description

The ObjectDistance property determines metric type used in the calculations.

Comments

Distances between objects calculation method depends on the metrics. By default ObjectDistance = ObjectDistanceType.Euclidean, that is, the Euclidean Distance method is used.

Fore and Fore.NET examples

The property use is given in the example for IEmClusterAnalysisSettings.ClusterObjects.

See also:

IEmClusterAnalysisSettings