|
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; }
<ObsoleteAttribute("Please set ParallelOptions.MaxDegreeOfParallelism to 1 instead.")>
Public Property UseParallelProcessing As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also