6 references to PruningThreshold
Microsoft.ML.FastTree (6)
FastTreeArguments.cs (2)
866
ectx.CheckUserArg(0 <=
PruningThreshold
, nameof(
PruningThreshold
), "Must be non-negative.");
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
);