1 write to LossFunction
Microsoft.ML.Tests (1)
TrainerEstimators\TrainerEstimators.cs (1)
125ML.BinaryClassification.Trainers.SgdNonCalibrated(new Trainers.SgdNonCalibratedTrainer.Options() { LossFunction = new HingeLoss() }) };
1 reference to LossFunction
Microsoft.ML.StandardTrainers (1)
Standard\SdcaBinary.cs (1)
2384: base(env, options, loss: options.LossFunction, doCalibration: false)