HomeSort by relevance Sort by last modified time
    Searched refs:frequency_score (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
scored_history_match.h 133 float frequency_score);
scored_history_match.cc 155 const float frequency_score = GetFrequency( local
157 raw_score_ = GetFinalRelevancyScore(topicality_score, frequency_score);
546 float frequency_score) {
553 // this URL will depend entirely on the frequency_score with
562 const float intermediate_score = topicality_score * frequency_score;

Completed in 53 milliseconds