1 type derived from FastNdcgTest
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
418internal 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); 440return new FastNdcgTest(
1 reference to FastNdcgTest
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
389nameof(FastNdcgTest) + " only supports NDCG1 & NDCG3");