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