Home
last modified time | relevance | path

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

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionFeaturizer.java49 public static final double COUNT_NORMALIZATION_FACTOR = 500; field in SuggestionFeaturizer
110 return Math.min(1, count / COUNT_NORMALIZATION_FACTOR); in normalizedCount()