2 references to 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);