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