Click or drag to resize
Accord.NET (logo)

ICentroidClusterCollectionTData, TCentroids, TClusterCentroids Property

Gets or sets the clusters' centroids.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
TCentroids[] Centroids { get; set; }

Property Value

Type: TCentroids
The clusters' centroids.
See Also