2 writes to LossFunction
Microsoft.ML.Core.Tests (2)
UnitTests\TestEntryPoints.cs (2)
3421options.LossFunction = new HingeLoss.Options(); 3437options.LossFunction = new HingeLoss.Options() { Margin = 2 };
2 references to LossFunction
Microsoft.ML.StandardTrainers (2)
Standard\SdcaBinary.cs (2)
1773: base(env, options, options.LossFunction.CreateComponent(env), !(options.LossFunction is LogLossFactory))