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