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

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxRanker.java79 // Update the ranker with two samples, sample1 has higher rank than
81 public boolean update(final HashMap<String, Float> sample1, argument
86 mRanker.UpdateClassifier(getArrayList(sample1), getArrayList(sample2));

Completed in 49 milliseconds