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