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)
672double score = (_maxScore - _minScore) / _sigmoidBins * i + _minScore; 678_scoreToSigmoidTableFactor = _sigmoidBins / (_maxScore - _minScore); 842pSigmoidTable, _minScore, _maxScore, _sigmoidTable.Length, _scoreToSigmoidTableFactor, 887else if (scoreHighMinusLow >= _maxScore)