1 type derived from FastNdcgTest
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
418
internal sealed class FastNdcgTestForTrainSet :
FastNdcgTest
2 instantiations of FastNdcgTest
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
215
_specialTrainSetTest = new
FastNdcgTest
(optimizationAlgorithm.TrainingScores, TrainSet.Ratings, FastTreeTrainerOptions.SortingAlgorithm, FastTreeTrainerOptions.EarlyStoppingMetrics);
440
return new
FastNdcgTest
(
1 reference to FastNdcgTest
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
389
nameof(
FastNdcgTest
) + " only supports NDCG1 & NDCG3");