Searched refs:normalizedCount (Results 1 – 1 of 1) sorted by relevance
91 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