4 references to GetBinEffect
Microsoft.ML.FastTree (4)
GamModelParameters.cs (4)
93
_valueAtAllZero +=
GetBinEffect
(i, 0, out _binsAtAllZero[i]);
143
_valueAtAllZero +=
GetBinEffect
(i, 0, out _binsAtAllZero[i]);
245
value +=
GetBinEffect
(j, featuresValues[i], out bins[j]);
260
value +=
GetBinEffect
(j, featuresValues[i], out bins[j]) - GetBinEffect(j, 0);