LbfgsLogisticRegressionBinaryTrainer.Options.ComputeStandardDeviation Field

Definition

The instance of ComputeLogisticRegressionStandardDeviation that computes the std of the training statistics, at the end of training. The calculations are not part of Microsoft.ML package, due to the size of MKL. If you need these calculations, add the Microsoft.ML.Mkl.Components package, and initialize ComputeStandardDeviation. to the ComputeLogisticRegressionStandardDeviation implementation in the Microsoft.ML.Mkl.Components package.

public Microsoft.ML.Trainers.ComputeLogisticRegressionStandardDeviation ComputeStandardDeviation;
val mutable ComputeStandardDeviation : Microsoft.ML.Trainers.ComputeLogisticRegressionStandardDeviation
Public ComputeStandardDeviation As ComputeLogisticRegressionStandardDeviation 

Field Value

Applies to