Click or drag to resize
Accord.NET (logo)

MeanShiftClusterCollectionClusters 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 MeanShiftClusterCollectionMeanShiftCluster[] Clusters { get; }
Request Example View Source

Property Value

Type: MeanShiftClusterCollectionMeanShiftCluster
The clusters.

Implements

IClusterCollectionExTData, TClusterClusters
See Also