1 instantiation of Stump
Microsoft.ML.FastTree (1)
GamTrainer.cs (1)
663
Splits[i][j] = new
Stump
(0, 0, 0);
3 references to Stump
Microsoft.ML.FastTree (3)
GamTrainer.cs (3)
654
public
Stump
[][] Splits;
658
Splits = new
Stump
[numFeatures][];
661
Splits[i] = new
Stump
[numIterations];