4 references to SdcaLogisticRegressionBinary
Microsoft.ML.AutoML (2)
TrainerExtensions\TrainerExtensionCatalog.cs (1)
36{ TrainerName.SdcaLogisticRegressionBinary, typeof(SdcaLogisticRegressionBinaryExtension) },
TrainerExtensions\TrainerExtensionUtil.cs (1)
314return TrainerName.SdcaLogisticRegressionBinary;
Microsoft.ML.AutoML.Tests (1)
TrainerExtensionsTests.cs (1)
348var sdcaParams = TrainerExtensionUtil.BuildParameterSet(TrainerName.SdcaLogisticRegressionBinary, props);
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\TrainerGeneratorFactory.cs (1)
56case TrainerName.SdcaLogisticRegressionBinary: