1 override of Scores
Microsoft.ML.FastTree (1)
Training\DcgPermutationComparer.cs (1)
87public override double[] Scores { set { _scores = value; } }
3 writes to Scores
Microsoft.ML.FastTree (3)
FastTreeRanking.cs (1)
854comparer.Scores = scoresToUse;
Training\DcgCalculator.cs (1)
450comparer.Scores = scores;
Training\WinLossCalculator.cs (1)
88comparer.Scores = scores;