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