Searched defs:getClassScores (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DHistogramPredictor.java119 public HashMap<String, Double> getClassScores(String featureValue) { method in class:HistogramPredictor.HistogramCounter
214 HashMap<String, Double> scoreMap = counter.getClassScores(featureValue);

Completed in 64 milliseconds