10 references to EnablePruning
Microsoft.ML.FastTree (10)
BoostingFastTree.cs (2)
50
if (FastTreeTrainerOptions.
EnablePruning
&& !HasValidSet)
57
if (FastTreeTrainerOptions.UseTolerantPruning && (!FastTreeTrainerOptions.
EnablePruning
|| !HasValidSet))
FastTreeClassification.cs (1)
286
if (FastTreeTrainerOptions.
EnablePruning
&& ValidSet != null)
FastTreeRanking.cs (3)
186
FastTreeTrainerOptions.
EnablePruning
;
260
if (FastTreeTrainerOptions.PrintTrainValidGraph && FastTreeTrainerOptions.
EnablePruning
&& _specialTrainSetTest == null)
265
if (FastTreeTrainerOptions.
EnablePruning
&& ValidTest != null)
FastTreeRegression.cs (2)
134
FastTreeTrainerOptions.
EnablePruning
;
288
if (FastTreeTrainerOptions.
EnablePruning
&& ValidTest != null)
FastTreeTweedie.cs (2)
150
FastTreeTrainerOptions.
EnablePruning
;
267
if (FastTreeTrainerOptions.
EnablePruning
&& ValidTest != null)