3 references to LbfgsLogisticRegressionBinary
Microsoft.ML.AutoML (2)
TrainerExtensions\TrainerExtensionCatalog.cs (1)
30
{ TrainerName.
LbfgsLogisticRegressionBinary
, typeof(LbfgsLogisticRegressionBinaryExtension) },
TrainerExtensions\TrainerExtensionUtil.cs (1)
312
return TrainerName.
LbfgsLogisticRegressionBinary
;
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\TrainerGeneratorFactory.cs (1)
46
case TrainerName.
LbfgsLogisticRegressionBinary
: