1 write to Labels
Microsoft.ML.FastTree (1)
Training\Test.cs (1)
347
Labels
= labels;
3 references to Labels
Microsoft.ML.FastTree (3)
Training\Test.cs (3)
356
double[] ndcg = DcgCalculator.NdcgRangeFromScores(Dataset,
Labels
, scores);
399
fastNdcg = DcgCalculator.Ndcg1(Dataset,
Labels
, scores);
402
fastNdcg = DcgCalculator.Ndcg3(Dataset,
Labels
, scores);