6 references to SymbolicSgdLogisticRegressionBinaryTrainer
Microsoft.ML.Mkl.Components (3)
MklComponentsCatalog.cs (2)
103return new SymbolicSgdLogisticRegressionBinaryTrainer(env, options); 127return new SymbolicSgdLogisticRegressionBinaryTrainer(env, options);
SymSgdClassificationTrainer.cs (1)
294() => new SymbolicSgdLogisticRegressionBinaryTrainer(host, options),
Microsoft.ML.Tests (3)
TrainerEstimators\SymSgdClassificationTests.cs (3)
20var trainer = new SymbolicSgdLogisticRegressionBinaryTrainer(Env, new SymbolicSgdLogisticRegressionBinaryTrainer.Options()); 39var withInitPredictor = new SymbolicSgdLogisticRegressionBinaryTrainer(Env, new SymbolicSgdLogisticRegressionBinaryTrainer.Options()).Fit(transformedData, 43var notInitPredictor = new SymbolicSgdLogisticRegressionBinaryTrainer(Env, new SymbolicSgdLogisticRegressionBinaryTrainer.Options()).Fit(transformedData);