2 writes to PruningTest
Microsoft.ML.FastTree (2)
GamClassification.cs (1)
169
PruningTest
= new TestHistory(validTest, PruningLossIndex);
GamRegression.cs (1)
122
PruningTest
= new TestHistory(validTest, PruningLossIndex);
5 references to PruningTest
Microsoft.ML.FastTree (5)
GamTrainer.cs (5)
427
if (GamTrainerOptions.EnablePruning &&
PruningTest
!= null)
430
var finalResult =
PruningTest
.ComputeTests().ToArray()[PruningLossIndex];
433
if (
PruningTest
!= null)
435
bestIteration =
PruningTest
.BestIteration;
436
bestLoss =
PruningTest
.BestResult.FinalValue;