|
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 Centroids As TCentroids()
Get
Set
Property Value
Type:
TCentroidsThe clusters' centroids.
See Also