4 references to TestWindowWithTolerance
Microsoft.ML.FastTree (4)
FastTreeClassification.cs (1)
296
PruningTest = new
TestWindowWithTolerance
(ValidTest, 0, FastTreeTrainerOptions.PruningWindowSize, FastTreeTrainerOptions.PruningThreshold);
FastTreeRanking.cs (1)
275
PruningTest = new
TestWindowWithTolerance
(ValidTest, 0, FastTreeTrainerOptions.PruningWindowSize, FastTreeTrainerOptions.PruningThreshold);
FastTreeRegression.cs (1)
291
PruningTest = new
TestWindowWithTolerance
(ValidTest, 0, FastTreeTrainerOptions.PruningWindowSize, FastTreeTrainerOptions.PruningThreshold);
FastTreeTweedie.cs (1)
270
PruningTest = new
TestWindowWithTolerance
(ValidTest, 0, FastTreeTrainerOptions.PruningWindowSize, FastTreeTrainerOptions.PruningThreshold);