|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Classifier
A classifier object contains a set of GestureModel's with which to classify gesture instances against.
| Field Summary | |
|---|---|
static int |
BAYESIAN
This is the Classifier type index for Bayesian classifiers |
static int |
NUM_TYPES_SUPPORTED
Number of classifier types implemented (to be changed if extended) |
| Method Summary | |
|---|---|
GestureModel |
classify(Vector<Accel3D> g)
Classifies a given gesture against the Classifier's set of GestureModels. |
double |
getLastProbability()
Returns the probability of the last classification. |
Vector<GestureModel> |
getModels()
Returns the set of GestureModels that form this Classifier. |
| Field Detail |
|---|
static final int BAYESIAN
static final int NUM_TYPES_SUPPORTED
| Method Detail |
|---|
Vector<GestureModel> getModels()
GestureModel classify(Vector<Accel3D> g)
double getLastProbability()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||