Home
last modified time | relevance | path

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

/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
DSuggestionFeaturizer.java91 featureMap.put(FEATURE_SHOWN_COUNT, normalizedCount(mEventStore.readMetric(id, in featurize()
93 featureMap.put(FEATURE_DISMISSED_COUNT, normalizedCount(mEventStore.readMetric(id, in featurize()
95 featureMap.put(FEATURE_CLICKED_COUNT, normalizedCount(mEventStore.readMetric(id, in featurize()
109 private static double normalizedCount(long count) { in normalizedCount() method in SuggestionFeaturizer