Public Member Functions | |
| Gesture (String name) | |
| void | addGesture (ShapeContext context) |
| double | averageMatch (ShapeContext context) |
| double | bestMatch (ShapeContext context) |
| void | determineClassParameters () |
| void | knnMatch (ShapeContext context, int k, double[] distance, String[] clazz, boolean verbose) |
| void | quillWrite (Writer writer) throws IOException |
| int | size () |
Package Attributes | |
| ArrayList< ShapeContext > | contexts = new ArrayList<ShapeContext>() |
| String | name |
| boolean | rotationInvariant = false |
| boolean | timeSensitive = false |
Definition at line 7 of file Gesture.java.
1.4.7