Searched refs:HistogramCounter (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DHistogramPredictor.java52 private HashMap<String, HistogramCounter> mPredictor =
53 new HashMap<String, HistogramCounter>();
88 private class HistogramCounter { class in class:HistogramPredictor
92 public HistogramCounter() { method in class:HistogramPredictor.HistogramCounter
208 for (Map.Entry<String, HistogramCounter> entry : mPredictor.entrySet()) {
210 HistogramCounter counter = entry.getValue();
280 HistogramCounter counter = mPredictor.get(featureName);
294 for (HistogramCounter counter : mPredictor.values()) {
308 for(Map.Entry<String, HistogramCounter> entry : mPredictor.entrySet()) {
381 mPredictor.put(featureName, new HistogramCounter());
[all...]

Completed in 81 milliseconds