LbfgsLogisticRegressionBinaryTrainer.Options.ComputeStandardDeviation 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.
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