WiimoteGR::HMM Struct Reference

Collaboration diagram for WiimoteGR::HMM:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 HMM (const Quantizer &quantizer, const char *modelStyle, bool trained)
 HMM (const char *gestureName, const Quantizer &quantizer, const char *modelStyle, bool trained, size_t N, double *const A_in, double *const B_in, double *const pi_in)
const double & TranProb (size_t i, size_t j) const
const double & ObsProb (size_t j, size_t k) const
double & TranProb (size_t i, size_t j)
double & ObsProb (size_t j, size_t k)

Public Attributes

string gestureName
string quantizerName
string modelStyle
bool trained
size_t N
size_t M
vector< double > A
vector< double > B
vector< double > pi

Detailed Description

Definition at line 14 of file HMMLib.h.


The documentation for this struct was generated from the following files:
Generated on Sun May 8 08:44:45 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3