ISmKmeansClusterAnalysis.Clusters

Fore Syntax

Clusters: IClustersType;

Fore.NET Syntax

Clusters: Prognoz.Platform.Interop.Stat.IClustersType;

Description

The Clusters property returns information about clustering.

Comments

This property returns the list and number of objects belonged to each cluster, and coordinates of cluster centers.

Fore and Fore.NET Examples

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

See also:

ISmKmeansClusterAnalysis