Click or drag to resize

KMeansTData, TDataSum Properties

The KMeansTData, TDataSum type exposes the following members.

Properties
 NameDescription
Public propertyClusterCounts Gets a list which contains the number of values in each of the clusters (length is numberOfClusters).
Public propertyClusterIndices 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.
Public propertyClusterMeans Gets a list which contains the mean values of the clusters (length is numberOfClusters).
Public propertyData Gets a list which contains the data points provided.
Public propertyHasPatchingEmptyClustersFailed If true, during evaluation, empty clusters have appeared, which could not be patched with other data.
Public propertyHasReachedMaximumNumberOfIterations If true, the evaluation has reached the maximum number of iterations, without converging.
Public propertySortingOfClusterValues Get/sets the sorting of cluster values after evaluation. It presumes that the generic type TDataSum implements the IComparable interface.
Top
See Also