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]); 245value += GetBinEffect(j, featuresValues[i], out bins[j]); 260value += GetBinEffect(j, featuresValues[i], out bins[j]) - GetBinEffect(j, 0);