2 writes to PruningLossIndex
Microsoft.ML.FastTree (2)
GamClassification.cs (1)
168PruningLossIndex = GamTrainerOptions.UnbalancedSets ? 3 /*Unbalanced sets loss*/ : 1 /*normal loss*/;
GamRegression.cs (1)
121PruningLossIndex = 0;
3 references to PruningLossIndex
Microsoft.ML.FastTree (3)
GamClassification.cs (1)
169PruningTest = new TestHistory(validTest, PruningLossIndex);
GamRegression.cs (1)
122PruningTest = new TestHistory(validTest, PruningLossIndex);
GamTrainer.cs (1)
430var finalResult = PruningTest.ComputeTests().ToArray()[PruningLossIndex];