ClusterCentersType

Description

The ClusterCentersType enumeration contains variants of selecting initial cluster centers.

It is used by the following property:

Available Values

  Value Brief description
0 FirstObject. First elements of the sample.
1 Random. Initial cluster centers are selected randomly.
2 MaxDistance. Maximum distance to other cluster centers.
3 UniformCovering. Uniform cover.
4 Manual. Manual setting of initial cluster centers.

See also:

Stat Assembly Enumerations