|
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. |