|
CrossValidationTModelRunInParallel Property
|
Gets or sets a value indicating whether to use parallel
processing through the use of multiple threads or not.
Default is true.
Namespace:
Accord.MachineLearning
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax public bool RunInParallel { get; set; }
Public Property RunInParallel As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
Booleantrue to use multiple threads; otherwise,
false.
See Also