ISmKmeansClusterAnalysis.Distances

Fore Syntax

Distances: Array;

Fore.NET Syntax

Distances: System.Array;

Description

The Distances property returns distances of objects to cluster centers, to which they belong.

Comments

To determine the variant of selection of cluster initial centers, use the ISmKmeansClusterAnalysis.InitCenters property.

Fore and Fore.NET Example

The property use is given in the example for ISmKmeansClusterAnalysis.Objects.

See also:

ISmKmeansClusterAnalysis