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)
216
optimizationAlgorithm.AdjustTreeOutputsOverride = new LineSearch(
_specialTrainSetTest
, 0, FastTreeTrainerOptions.MaximumNumberOfLineSearchSteps, FastTreeTrainerOptions.MinimumStepSize);
260
if (FastTreeTrainerOptions.PrintTrainValidGraph && FastTreeTrainerOptions.EnablePruning &&
_specialTrainSetTest
== null)
343
if (
_specialTrainSetTest
!= null)
344
_specialTrainSetTest
.ComputeTests();
368
if (
_specialTrainSetTest
!= null)
370
trainTestResult =
_specialTrainSetTest
.ComputeTests().First().FinalValue;