Home | History | Annotate | Download | only in gesture

Lines Matching refs:Prediction

29     private static final Comparator<Prediction> sComparator = new Comparator<Prediction>() {
30 public int compare(Prediction object1, Prediction object2) {
44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) {
45 ArrayList<Prediction> predictions = new ArrayList<Prediction>();
76 predictions.add(new Prediction(name, score));
80 // for (Prediction prediction : predictions) {
81 // prediction.score /= sum;