2 writes to _specialTrainSetTest
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
215_specialTrainSetTest = new FastNdcgTest(optimizationAlgorithm.TrainingScores, TrainSet.Ratings, FastTreeTrainerOptions.SortingAlgorithm, FastTreeTrainerOptions.EarlyStoppingMetrics); 262_specialTrainSetTest = CreateSpecialTrainSetTest();
6 references to _specialTrainSetTest
Microsoft.ML.FastTree (6)
FastTreeRanking.cs (6)
216optimizationAlgorithm.AdjustTreeOutputsOverride = new LineSearch(_specialTrainSetTest, 0, FastTreeTrainerOptions.MaximumNumberOfLineSearchSteps, FastTreeTrainerOptions.MinimumStepSize); 260if (FastTreeTrainerOptions.PrintTrainValidGraph && FastTreeTrainerOptions.EnablePruning && _specialTrainSetTest == null) 343if (_specialTrainSetTest != null) 344_specialTrainSetTest.ComputeTests(); 368if (_specialTrainSetTest != null) 370trainTestResult = _specialTrainSetTest.ComputeTests().First().FinalValue;