4 references to EarlyStoppingRankingMetric
Microsoft.ML.FastTree (3)
FastTreeArguments.cs (3)
280private EarlyStoppingRankingMetric _earlyStoppingMetric; 286public EarlyStoppingRankingMetric EarlyStoppingMetric 304EarlyStoppingMetric = EarlyStoppingRankingMetric.NdcgAt1; // Use L1 by default.
Microsoft.ML.Samples (1)
Dynamic\Trainers\Ranking\FastTreeWithOptions.cs (1)
34EarlyStoppingMetric = EarlyStoppingRankingMetric.NdcgAt3,