Click or drag to resize
Accord.NET (logo)

MeanShiftUseParallelProcessing Property

Note: This API is now obsolete.

Gets or sets whether the algorithm can use parallel processing to speedup computations. Enabling parallel processing can, however, result in different results at each run.

Namespace:  Accord.MachineLearning
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please set ParallelOptions.MaxDegreeOfParallelism to 1 instead.")]
public bool UseParallelProcessing { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also