4 instantiations of SmoothedHingeLoss
Microsoft.ML.Data (2)
Utils\LossFunctions.cs (2)
314
public ISupportSdcaClassificationLoss CreateComponent(IHostEnvironment env) => new
SmoothedHingeLoss
(env, this);
316
IClassificationLoss IComponentFactory<IClassificationLoss>.CreateComponent(IHostEnvironment env) => new
SmoothedHingeLoss
(env, this);
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
()),
4 references to SmoothedHingeLoss
Microsoft.ML.Data (4)
Utils\LossFunctions.cs (4)
19
[assembly: LoadableClass(
SmoothedHingeLoss
.Summary, typeof(
SmoothedHingeLoss
), typeof(
SmoothedHingeLoss
.Options), typeof(SignatureClassificationLoss),
38
[assembly: EntryPointModule(typeof(
SmoothedHingeLoss
.Options))]