3 references to FastNdcgTest
Microsoft.ML.FastTree (3)
FastTreeRanking.cs (2)
215
_specialTrainSetTest = new
FastNdcgTest
(optimizationAlgorithm.TrainingScores, TrainSet.Ratings, FastTreeTrainerOptions.SortingAlgorithm, FastTreeTrainerOptions.EarlyStoppingMetrics);
440
return new
FastNdcgTest
(
Training\Test.cs (1)
424
:
base
(trainingScores, labels, sortingAlgorithm, ndcgTruncation)