|
Marsyas
0.6.0-alpha
|
Quasi-GMM Model. More...
#include <QGMMModel.h>
Public Member Functions | |
| mrs_real | BICdistance (realvec &covMatrix, mrs_natural Nframes, mrs_real lambda) |
| realvec & | GSmixCovMatrix (mrs_natural GSmix) |
| mrs_natural | GSmixNrFrames (mrs_natural GSmix) |
| mrs_natural | nrGSMixes () |
| QGMMModel () | |
| QGMMModel (const QGMMModel &a) | |
| void | resetModel () |
| mrs_natural | totalNrFrames () |
| void | updateModel (realvec &covMatrix, mrs_natural nrModelFrames) |
| ~QGMMModel () | |
Quasi-GMM Model.
Implementation by Luis Gustavo Martins - lmartins@inescporto.pt
Definition at line 38 of file QGMMModel.h.
| QGMMModel | ( | ) |
Definition at line 28 of file QGMMModel.cpp.
Definition at line 33 of file QGMMModel.cpp.
| ~QGMMModel | ( | ) |
Definition at line 43 of file QGMMModel.cpp.
| mrs_real BICdistance | ( | realvec & | covMatrix, |
| mrs_natural | Nframes, | ||
| mrs_real | lambda | ||
| ) |
Definition at line 184 of file QGMMModel.cpp.
| realvec& GSmixCovMatrix | ( | mrs_natural | GSmix | ) | [inline] |
Definition at line 65 of file QGMMModel.h.
| mrs_natural GSmixNrFrames | ( | mrs_natural | GSmix | ) | [inline] |
Definition at line 66 of file QGMMModel.h.
| mrs_natural nrGSMixes | ( | ) | [inline] |
Definition at line 64 of file QGMMModel.h.
| void resetModel | ( | ) |
Definition at line 49 of file QGMMModel.cpp.
| mrs_natural totalNrFrames | ( | ) | [inline] |
Definition at line 67 of file QGMMModel.h.
| void updateModel | ( | realvec & | covMatrix, |
| mrs_natural | nrModelFrames | ||
| ) |
Definition at line 70 of file QGMMModel.cpp.
1.7.6.1