SymbolicSgdLogisticRegressionBinaryTrainer.Options.NumberOfThreads Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Degree of lock-free parallelism. Determinism not guaranteed if this is set to higher than 1. The default value is the number of logical cores that are available on the system.
public int? NumberOfThreads;
val mutable NumberOfThreads : Nullable<int>
Public NumberOfThreads As Nullable(Of Integer)