3 references to HingeLoss
Microsoft.ML.Data (3)
Utils\LossFunctions.cs (3)
215
public ISupportSdcaClassificationLoss CreateComponent(IHostEnvironment env) => new
HingeLoss
(this);
217
IClassificationLoss IComponentFactory<IClassificationLoss>.CreateComponent(IHostEnvironment env) => new
HingeLoss
(this);
235
:
this
(new Options() { Margin = margin })