Searched refs:predictions (Results 1 – 1 of 1) sorted by relevance
45 ArrayList<Prediction> predictions = new ArrayList<Prediction>(); in classify() local76 predictions.add(new Prediction(name, score)); in classify()84 Collections.sort(predictions, sComparator); in classify()86 return predictions; in classify()