Click or drag to resize

KMeans_Double1D Properties

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