Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.berkeley.guir.gesture
Class ct  view ct download ct.java

java.lang.Object
  extended byedu.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.


Constructor Summary
ct()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static GestureSet readExamples(java.io.Reader reader)
           
static void saveSet(java.io.File f, GestureSet gs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ct

public ct()
Method Detail

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)