Searched defs:classify (Results 1 – 3 of 3) sorted by relevance
44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { in classify() method in InstanceLearner
83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); in classify() method in Learner
90 public int classify(final HashMap<Integer, Float> sample) { in classify() method in BordeauxClassifier