2 references to ExpLoss
Microsoft.ML.Core.Tests (1)
UnitTests\TestLoss.cs (1)
75ExpLoss loss = new ExpLoss(options);
Microsoft.ML.Data (1)
Utils\LossFunctions.cs (1)
430public IClassificationLoss CreateComponent(IHostEnvironment env) => new ExpLoss(this);