1 write to _index2
Microsoft.ML.FastTree (1)
FastTreeTweedie.cs (1)
397
_index2
= 2 - options.Index;
2 references to _index2
Microsoft.ML.FastTree (2)
FastTreeTweedie.cs (2)
432
denom += w * Math.Exp(
_index2
* s);
476
Gradient[i] = Math.Exp(
_index2
* Scores[i]) - _labels[i] * Math.Exp(_index1 * Scores[i]);