Model.Parallel Options Property
Gets or sets an object that specifies how the calculation of the model should be parallelized.
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A ParallelOptions object.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected ParallelOptions? ParallelOptions { get; set; }
Property Value
ParallelOptionsA ParallelOptions object.