Click or drag to resize
Accord.NET (logo)

ICentroidClusterCollectionTData, TCluster Properties

The ICentroidClusterCollectionTData, TCluster generic type exposes the following members.

Properties
  NameDescription
Public propertyCentroids
Gets or sets the clusters' centroids.
(Inherited from ICentroidClusterCollectionTData, TCentroids, TCluster.)
Public propertyClusters
Gets the collection of clusters currently modeled by the clustering algorithm.
(Inherited from IClusterCollectionExTData, TCluster.)
Public propertyCount
Gets the number of clusters in the collection.
(Inherited from IClusterCollectionExTData, TCluster.)
Public propertyDistance
Gets or sets the distance function used to measure the distance between a point and the cluster centroid in this clustering definition.
(Inherited from ICentroidClusterCollectionTData, TCentroids, TCluster.)
Public propertyItem
Gets the cluster at the given index.
(Inherited from IClusterCollectionExTData, TCluster.)
Public propertyProportions
Gets the proportion of samples in each cluster.
(Inherited from IClusterCollectionExTData, TCluster.)
Top
See Also