3 references to SmoothedHingeLoss
Microsoft.ML.Data (1)
Utils\LossFunctions.cs (1)
344
:
this
(options.SmoothingConst)
Microsoft.ML.Samples (1)
Dynamic\Trainers\BinaryClassification\AveragedPerceptronWithOptions.cs (1)
30
LossFunction = new
SmoothedHingeLoss
(),
Microsoft.ML.Tests (1)
TrainerEstimators\TrainerEstimators.cs (1)
124
var trainers = new[] { ML.BinaryClassification.Trainers.SgdNonCalibrated(lossFunction : new
SmoothedHingeLoss
()),