Searched refs:TIME_MATCH_WEIGHT (Results 1 – 1 of 1) sorted by relevance
37 private static final double TIME_MATCH_WEIGHT = 1 - TITLE_MATCH_WEIGHT; field in RoutineWatchEvaluator111 return (titleMatchScore * TITLE_MATCH_WEIGHT + timeMatchScore * TIME_MATCH_WEIGHT) in calculateRoutineWatchScore()