Home
last modified time | relevance | path

Searched refs:TIME_MATCH_WEIGHT (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/recommendation/
DRoutineWatchEvaluator.java37 private static final double TIME_MATCH_WEIGHT = 1 - TITLE_MATCH_WEIGHT; field in RoutineWatchEvaluator
111 return (titleMatchScore * TITLE_MATCH_WEIGHT + timeMatchScore * TIME_MATCH_WEIGHT) in calculateRoutineWatchScore()