3 references to SymbolicSgdLogisticRegressionBinary
Microsoft.ML.AutoML (1)
TrainerExtensions\TrainerExtensionCatalog.cs (1)
41{ TrainerName.SymbolicSgdLogisticRegressionBinary, typeof(SymbolicSgdLogisticRegressionBinaryExtension) },
Microsoft.ML.CodeGenerator (2)
CodeGenerator\CSharp\CodeGenerator.cs (1)
30private static readonly HashSet<string> _mklComponentsTrainers = new HashSet<string>() { TrainerName.OlsRegression.ToString(), TrainerName.SymbolicSgdLogisticRegressionBinary.ToString() };
CodeGenerator\CSharp\TrainerGeneratorFactory.cs (1)
64case TrainerName.SymbolicSgdLogisticRegressionBinary: