1 instantiation of ExpLoss
Microsoft.ML.Data (1)
Utils\LossFunctions.cs (1)
430public IClassificationLoss CreateComponent(IHostEnvironment env) => new ExpLoss(this);
7 references to ExpLoss
Microsoft.ML.Core.Tests (3)
UnitTests\TestLoss.cs (3)
74ExpLoss.Options options = new ExpLoss.Options(); 75ExpLoss loss = new ExpLoss(options);
Microsoft.ML.Data (4)
Utils\LossFunctions.cs (4)
22[assembly: LoadableClass(ExpLoss.Summary, typeof(ExpLoss), typeof(ExpLoss.Options), typeof(SignatureClassificationLoss), 34[assembly: EntryPointModule(typeof(ExpLoss.Options))]