1 write to _index1
Microsoft.ML.FastTree (1)
FastTreeTweedie.cs (1)
396_index1 = 1 - options.Index;
4 references to _index1
Microsoft.ML.FastTree (4)
FastTreeTweedie.cs (4)
413if (_index1 == 0) 431num += w * _labels[i] * Math.Exp(_index1 * s); 459if (_index1 == 0) 476Gradient[i] = Math.Exp(_index2 * Scores[i]) - _labels[i] * Math.Exp(_index1 * Scores[i]);