Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Boolean
See Also