HomeSort by relevance Sort by last modified time
    Searched defs:classify (Results 1 - 3 of 3) sorted by null

  /external/iptables/extensions/
libipt_CLASSIFY.c 1 /* Shared library add-on to iptables to add CLASSIFY target support. */
18 "CLASSIFY target v%s options:\n"
63 "CLASSIFY: Can't specify --set-class twice");
79 "CLASSIFY: Parameter --set-class is required");
96 printf("CLASSIFY set ");
111 static struct iptables_target classify = { variable in typeref:struct:iptables_target
113 .name = "CLASSIFY",
128 register_target(&classify);
  /frameworks/base/core/java/android/gesture/
Learner.java 83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector); method in class:Learner
InstanceLearner.java 44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) { method in class:InstanceLearner

Completed in 544 milliseconds