ISmKmeansClusterAnalysis.InitCenters

Fore Syntax

InitCenters: ClusterCentersType;

Fore.NET Syntax

InitCenters: Prognoz.Platform.Interop.Stat.ClusterCentersType;

Description

The InitCenters property determines the selection of initial cluster centers.

Comments

Default option is Maximum distance to other cluster centers.

Fore and Fore.NET Examples

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

See also:

ISmKmeansClusterAnalysis