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