|
KMeansCentroids Property
|
Gets or sets the cluster centroids.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public double[][] Centroids { get; set; }
Public Property Centroids As Double()()
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also