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