Click or drag to resize
Accord.NET (logo)

IClusteringAlgorithmTDataClusters Property

Gets the collection of clusters currently modeled by the clustering algorithm.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
IClusterCollection<TData> Clusters { get; }
Request Example View Source

Property Value

Type: IClusterCollectionTData
See Also