Click or drag to resize
Accord.NET (logo)

MeanShiftClusters Property

Gets the clusters found by Mean Shift.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public MeanShiftClusterCollection Clusters { get; }
Request Example View Source

Property Value

Type: MeanShiftClusterCollection
See Also