Searched defs:classify (Results 1 – 4 of 4) 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
196 private Zone classify(double coord, double side1, double arcSize1, double side2, in classify() method in RoundRectangle