java.lang.Object
edu.berkeley.guir.gesture.ct
- public class ct
- extends java.lang.Object
Exists for the sole purpose of reading in data in the format used
by agate (a gesture trainer & recognizer written for Amulet)
and running it through my Classifier and printing the results.
This software is distributed under the
Berkeley Software License.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ct
public ct()
main
public static void main(java.lang.String[] args)
readExamples
public static GestureSet readExamples(java.io.Reader reader)
saveSet
public static void saveSet(java.io.File f,
GestureSet gs)