|
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; }
Public Property UseAgglomeration As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also