2 references to SmoothedHingeLoss
Microsoft.ML.Data (2)
Utils\LossFunctions.cs (2)
314public ISupportSdcaClassificationLoss CreateComponent(IHostEnvironment env) => new SmoothedHingeLoss(env, this); 316IClassificationLoss IComponentFactory<IClassificationLoss>.CreateComponent(IHostEnvironment env) => new SmoothedHingeLoss(env, this);