2 instantiations of TweedieLoss
Microsoft.ML.Data (1)
Utils\LossFunctions.cs (1)
587public IRegressionLoss CreateComponent(IHostEnvironment env) => new TweedieLoss(this);
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\OnlineGradientDescentWithOptions.cs (1)
33LossFunction = new TweedieLoss(),
4 references to TweedieLoss
Microsoft.ML.Data (4)
Utils\LossFunctions.cs (4)
31[assembly: LoadableClass(TweedieLoss.Summary, typeof(TweedieLoss), typeof(TweedieLoss.Options), typeof(SignatureRegressionLoss), 40[assembly: EntryPointModule(typeof(TweedieLoss.Options))]