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

  /external/chromium_org/chrome/browser/history/
scored_history_match.cc 153 const float topicality_score = GetTopicalityScore( local
157 raw_score_ = GetFinalRelevancyScore(topicality_score, frequency_score);
424 // Compute the topicality_score as the sum of transformed term_scores.
425 float topicality_score = 0; local
434 topicality_score += raw_term_score_to_topicality_score_[
441 return topicality_score / num_terms;
447 float topicality_score; local
452 topicality_score = 0.1 * term_score;
458 topicality_score = (1.0 + 2.25 * log10(0.1 * term_score));
460 raw_term_score_to_topicality_score_[term_score] = topicality_score;
    [all...]
scored_history_match.h 132 float topicality_score,

Completed in 205 milliseconds