5 references to _treeMultiplierMap
Microsoft.ML.FastTree (5)
Training\ScoreTracker.cs (5)
147
if (
_treeMultiplierMap
.ContainsKey(t))
149
if (
_treeMultiplierMap
[t].ContainsKey(k))
150
return
_treeMultiplierMap
[t][k];
154
_treeMultiplierMap
[t] = new Dictionary<int, double>();
163
_treeMultiplierMap
[t][k] = result;