Public Attributes | List of all members
classifier_t Struct Reference

#include <classifier.h>

Public Attributes

mgau_model_tgmm
 
s3cipid_t class_map [NUM_CLASSES]
 
int32 frame_prob [NUM_CLASSES]
 
int * cached_classes
 
int num_frames
 
int max_frames
 
int voting_frames [VOTING_LEN]
 
int post_classify
 
int32 prior_prob [NUM_CLASSES]
 

Member Data Documentation

◆ cached_classes

int* classifier_t::cached_classes

◆ class_map

s3cipid_t classifier_t::class_map[NUM_CLASSES]

◆ frame_prob

int32 classifier_t::frame_prob[NUM_CLASSES]

◆ gmm

mgau_model_t* classifier_t::gmm

◆ max_frames

int classifier_t::max_frames

◆ num_frames

int classifier_t::num_frames

◆ post_classify

int classifier_t::post_classify

◆ prior_prob

int32 classifier_t::prior_prob[NUM_CLASSES]

◆ voting_frames

int classifier_t::voting_frames[VOTING_LEN]

The documentation for this struct was generated from the following file: