4 writes to
Microsoft.ML.FastTree (4)
TreeEnsemble\InternalRegressionTree.cs (1)
1362
result
[
SplitFeatures[n]] += _splitGain[n];
TreeEnsemble\InternalTreeEnsemble.cs (3)
326
gainMap
[
ifeat++] += 0.0;
410
this
[
k] += currentGains[k];
415
this
[
k] = this[k] / trees.Count;
2 references to
Microsoft.ML.FastTree (2)
TreeEnsemble\InternalTreeEnsemble.cs (2)
410
this[k] += currentGains
[
k];
415
this[k] = this
[
k] / trees.Count;