Click or drag to resize
Accord.NET (logo)

KMedoidsClusterCollection< T> . Clusters 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
public KMedoidsClusterCollection< T> . KMedoidsCluster[] Clusters { get; }
Request Example View Source

Property Value

Type:KMedoidsClusterCollection<T>.KMedoidsCluster[]
The clusters.

Implements

IClusterCollectionEx<TData, TCluster>.Clusters
See Also