ClusterCount: Integer;
ClusterCount: integer;
The ClusterCount property determines the number of clusters to which the set of objects is to be divided.
The number of clusters must satisfy the following constraint: 2 < k ≤ N.
Where:
k. Number of clusters;
N. Number of analyzed objects. It is determined by value of the ISmKmeansClusterAnalysis.Objects property.
The property use is given in the example for ISmKmeansClusterAnalysis.Objects.
See also: