Public Attributes | List of all members
class_t Struct Reference

class to store the classifier parameters More...

#include <classify.h>

Public Attributes

char * classname [NUMCLASSES]
 
int32 windowlen
 
mgau_model_tg
 
s3cipid_t classmap [NUMCLASSES]
 
int32 priors [NUMCLASSES]
 
int32 window [VOTEWINDOWLEN]
 
int32 postprocess
 
int32 classlatency
 

Detailed Description

class to store the classifier parameters

Member Data Documentation

◆ classlatency

int32 class_t::classlatency

◆ classmap

s3cipid_t class_t::classmap[NUMCLASSES]

◆ classname

char* class_t::classname[NUMCLASSES]

An array of class names

◆ g

mgau_model_t* class_t::g

The endpoint model

◆ postprocess

int32 class_t::postprocess

◆ priors

int32 class_t::priors[NUMCLASSES]

◆ window

int32 class_t::window[VOTEWINDOWLEN]

the voting window contains class numbers

◆ windowlen

int32 class_t::windowlen

The window length


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