Click or drag to resize
Accord.NET (logo)

GaussianClusterCollection Properties

The GaussianClusterCollection 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 propertyCovariance
Gets the covariance matrices for each of the clusters.
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 propertyMeans
Gets the mean vectors for the clusters.
Public propertyModel
Gets the mixture model represented by this clustering.
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.
Public propertyVariance
Gets the variance for each of the clusters.
Top
See Also