HomeSort by relevance Sort by last modified time
    Searched refs:featurize (Results 1 - 2 of 2) sorted by null

  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/ranking/
SuggestionFeaturizer.java 63 public Map<String, Map<String, Double>> featurize(List<Suggestion> suggestions) { method in class:SuggestionFeaturizer
SuggestionRanker.java 78 Map<String, Map<String, Double>> features = mSuggestionFeaturizer.featurize(suggestions);

Completed in 715 milliseconds