1 write to _maxScore
Microsoft.ML.FastTree (1)
FastTreeRanking.cs (1)
667
_maxScore
= -_minScore;
4 references to _maxScore
Microsoft.ML.FastTree (4)
FastTreeRanking.cs (4)
672
double score = (
_maxScore
- _minScore) / _sigmoidBins * i + _minScore;
678
_scoreToSigmoidTableFactor = _sigmoidBins / (
_maxScore
- _minScore);
842
pSigmoidTable, _minScore,
_maxScore
, _sigmoidTable.Length, _scoreToSigmoidTableFactor,
887
else if (scoreHighMinusLow >=
_maxScore
)