Click or drag to resize
Accord.NET (logo)

MeanShiftUseAgglomeration Property

Gets or sets whether to use the agglomeration shortcut, meaning the algorithm will stop early when it detects that a sample is going to follow the same path as another sample when running in parallel.

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

Property Value

Type: Boolean
See Also