Searched refs:featurize (Results 1 – 2 of 2) sorted by relevance
78 Map<String, Map<String, Double>> features = mSuggestionFeaturizer.featurize(suggestions); in rankRelevantSuggestions()
63 public Map<String, Map<String, Double>> featurize(List<Suggestion> suggestions) { in featurize() method in SuggestionFeaturizer