Click or drag to resize
Accord.NET (logo)

KModesClusterCollectionT Properties

The KModesClusterCollectionT generic type exposes the following members.

Properties
  NameDescription
Public propertyCentroids
Gets or sets the clusters' centroids.
Public propertyClusters
Gets the collection of clusters currently modeled by the clustering algorithm.
Public propertyCount
Gets the number of clusters in the collection.
Public propertyDimension Obsolete.
Gets the dimensionality of the data space.
Public propertyDistance
Gets or sets the distance function used to measure the distance between a point and the cluster centroid in this clustering definition.
Public propertyItem
Public propertyNumberOfClasses
Gets the number of classes expected and recognized by the classifier.
(Inherited from ClassifierBaseTInput, TClasses.)
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyProportions
Gets the proportion of samples in each cluster.
Top
See Also