|
Classes |
| struct | class_t |
| | class to store the classifier parameters More...
|
Defines |
| #define | NUMCLASSES 4 |
| #define | DIMENSIONS 13 |
| #define | MAXFRAMES 10000 |
| #define | CLASS_N 0 |
| #define | CLASS_O 1 |
| #define | CLASS_S 2 |
| #define | CLASS_SIL 3 |
| #define | PRIOR_N 0.1 |
| #define | PRIOR_O 0.4 |
| #define | PRIOR_S 0.1 |
| #define | PRIOR_SIL 0.4 |
| #define | VOTEWINDOWLEN 5 |
| #define | CLASSLATENCY 2 |
| #define | POSTPROCESS 1 |
| #define | SWAP_INT(x) |
| #define | SWAP_FLOAT(x) SWAP_INT((int *) x) |
Functions |
| void | majority_class (class_t *CLASSW, int *classcount, int frame_count) |
| class_t * | classw_initialize (char *mdeffile, char *meanfile, char *varfile, float64 varfloor, char *mixwfile, float64 mixwfloor, int32 precomp, char *senmgau) |
| void | classw_free (class_t *CLASSW) |
| int | classify (float *frame, mgau_model_t *g, int32 priors[NUMCLASSES], s3cipid_t *map) |
| int | postclassify (int *window, int windowlen, int *wincap, int myclass) |
| int | vote (int *window, int windowlen) |