KMeansTData, TDataSum Properties |
The KMeansTData, TDataSum type exposes the following members.
Name | Description | |
---|---|---|
ClusterCounts | Gets a list which contains the number of values in each of the clusters (length is numberOfClusters). | |
ClusterIndices | Gets a list with the same length as the number of data points, in which each element is the index of the cluster this data point is assigned to. | |
ClusterMeans | Gets a list which contains the mean values of the clusters (length is numberOfClusters). | |
Data | Gets a list which contains the data points provided. | |
HasPatchingEmptyClustersFailed | If true, during evaluation, empty clusters have appeared, which could not be patched with other data. | |
HasReachedMaximumNumberOfIterations | If true, the evaluation has reached the maximum number of iterations, without converging. | |
SortingOfClusterValues | Get/sets the sorting of cluster values after evaluation. It presumes that the generic type TDataSum implements the IComparable interface. |