Package frog

Interface Summary
Classifier A classifier object contains a set of GestureModel's with which to classify gesture instances against.
Filter Common interface for all Filters.
GestureModel GestureModel is an interface for classes that attempt to serve as a model structure for gestures.
Quantizer Quantizer is an interface for classes that serve as data quantizers.
SessionListener SessionListener stands as a level of abstraction between a user of Frog and an actual Device (DeviceListener).
 

Class Summary
Accel3D The basic unit FROG works on.
AccelEvent AccelEvents represent a single acceleration that has come from a device.
Bayesian Bayesian is a classifier that uses Bayesian conditional probability to classify gestures.
ClassifierTestFile  
DirectorialEquivalence Filter for removing vectors based on the vectors that come before them.
Frog Main class for FROG.
GestureHMM GestureHMM is a modeling class that represents a gesture.
GestureHMMParameters GestureHMMParameters is a simple record class for easier passing of GestureHMM parameters.
IdleState Filter for removing vectors based on their magnitude.
Kmeans Kmeans is a Quantizer implementation that utilizes the k-means algorithm (as well as k-means++ if requested) to select appropriate representatives (that is, build its codebook).
KmeansParameters KmeansParameters is a simple record class for easier passing of Kmeans parameters.
Log Special class for logging all data to the command prompt, JTextAreas in a GUI, and a chosen plain-text log file.
Session Session is the FROG representation of a single user.