TweedieLoss(Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor for Tweedie loss.
public TweedieLoss (double index = 1.5);
new Microsoft.ML.Trainers.TweedieLoss : double -> Microsoft.ML.Trainers.TweedieLoss
Public Sub New (Optional index As Double = 1.5)
Parameters
- index
- Double
Index parameter for the Tweedie distribution, in the range [1, 2]. 1 is Poisson loss, 2 is gamma loss, and intermediate values are compound Poisson loss.