|
MeanShiftUseSeeding Property
|
Gets or sets whether to use seeding to initialize the algorithm.
With seeding, new points will be sampled from an uniform grid in
the range of the input points to be used as seeds. Otherwise, the
input points themselves will be used as the initial centroids for
the algorithm.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool UseSeeding { get; set; }
Public Property UseSeeding As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also