1 type derived from ComputeLogisticRegressionStandardDeviation
Microsoft.ML.Mkl.Components (1)
ComputeLRTrainingStdThroughHal.cs (1)
15public sealed class ComputeLRTrainingStdThroughMkl : ComputeLogisticRegressionStandardDeviation
5 references to ComputeLogisticRegressionStandardDeviation
Microsoft.ML.StandardTrainers (5)
Standard\LogisticRegression\LogisticRegression.cs (5)
102/// More than 1000 weights might take a few minutes. For those cases consider using the instance of <see cref="ComputeLogisticRegressionStandardDeviation"/> 109/// The instance of <see cref="ComputeLogisticRegressionStandardDeviation"/> that computes the std of the training statistics, at the end of training. 112/// to the <see cref="ComputeLogisticRegressionStandardDeviation"/> implementation in the Microsoft.ML.Mkl.Components package. 114public ComputeLogisticRegressionStandardDeviation ComputeStandardDeviation; 493/// to the <see cref="ComputeLogisticRegressionStandardDeviation"/> implementation in the Microsoft.ML.Mkl.Components package.