4 writes to TrainTest
Microsoft.ML.FastTree (4)
FastTreeClassification.cs (1)
265TrainTest = new BinaryClassificationTest(ConstructScoreTracker(TrainSet), _trainSetLabels, _sigmoidParameter);
FastTreeRanking.cs (1)
256TrainTest = CreateSpecialTrainSetTest();
FastTreeRegression.cs (1)
284TrainTest = new RegressionTest(ConstructScoreTracker(TrainSet), FastTreeTrainerOptions.EarlyStoppingMetrics);
FastTreeTweedie.cs (1)
263TrainTest = new RegressionTest(ConstructScoreTracker(TrainSet), FastTreeTrainerOptions.EarlyStoppingMetrics);
3 references to TrainTest
Microsoft.ML.FastTree (3)
BoostingFastTree.cs (2)
125ch.AssertValue(TrainTest); 131var trainingResult = TrainTest.ComputeTests().First();
FastTreeClassification.cs (1)
266Tests.Add(TrainTest);