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

  /frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
HistogramPredictor.java 105 public void addSample(String className, String featureValue) {
108 if (!mCounter.containsKey(featureValue)) {
110 mCounter.put(featureValue, classCounts);
112 classCounts = mCounter.get(featureValue);
119 public HashMap<String, Double> getClassScores(String featureValue) {
122 if (mCounter.containsKey(featureValue)) {
125 mCounter.get(featureValue).entrySet()) {
213 String featureValue = features.get(featureName);
214 HashMap<String, Double> scoreMap = counter.getClassScores(featureValue);
277 String featureValue = entry.getValue()
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
ClusterManager.java 273 String featureValue = SEMANTIC_COLUMNS[i];
274 if (map.containsKey(featureValue)) {
275 histogram.put(featureValue, Long.valueOf(map.get(featureValue)));
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 79 milliseconds