1 write to _maxClamp
Microsoft.ML.FastTree (1)
FastTreeTweedie.cs (1)
398_maxClamp = Math.Abs(options.MaximumTreeOutput);
4 references to _maxClamp
Microsoft.ML.FastTree (4)
FastTreeTweedie.cs (4)
443if (step < -_maxClamp) 444step = -_maxClamp; 445else if (step > _maxClamp) 446step = _maxClamp;