Searched refs:totalFreqScore (Results 1 – 1 of 1) sorted by relevance
74 float totalFreqScore = 0f; in computeScore() local97 totalFreqScore += shareTargetScore.getFrequencyScore(); in computeScore()135 Float avgFreq = freqScoreCount != 0 ? totalFreqScore / freqScoreCount : 0f; in computeScore()