3 references to NdcgTest
Microsoft.ML.FastTree (3)
FastTreeRanking.cs (2)
233return new NdcgTest(ConstructScoreTracker(TrainSet), TrainSet.Ratings, FastTreeTrainerOptions.SortingAlgorithm); 414return new NdcgTest(
Training\Test.cs (1)
386: base(scoreTracker, labels, sortingAlgorithm)