1 write to _stats
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
359
_stats
= new ModelStatisticsBase(Host, NumGoodRows, numParams, deviance, nullDeviance);
1 reference to _stats
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
305
return new MaximumEntropyModelParameters(Host, in CurrentWeights, _numClasses, NumFeatures, _labelNames,
_stats
);