1 write to LabelGainMap
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
182Dataset.DatasetSkeleton.LabelGainMap = gains;
2 references to LabelGainMap
Microsoft.ML.FastTree (2)
FastTreeRanking.cs (2)
620_gain = Dataset.DatasetSkeleton.LabelGainMap; 824pScores[i] = pScores[i] * (1.0 - pLabels[i] * 1.0 / (20.0 * Dataset.DatasetSkeleton.LabelGainMap.Length));