Click or drag to resize
Accord.NET (logo)

KMedoidsClusterCollectionT Properties

The KMedoidsClusterCollectionT 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 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