#include <include/EST_HMM.h>
Public Member Functions | |
HMM_Mixture () | |
HMM_Mixture (const HMM_Mixture &s) | |
HMM_Mixture (int n) | |
void | init (int vsize) |
HMM_Mixture & | operator= (const HMM_Mixture &a) |
Public Attributes | |
EST_FVector | mean |
EST_FVector | var |
float | gconst |
int | vecsize |
HMM_Mixture::HMM_Mixture | ( | ) |
HMM_Mixture::HMM_Mixture | ( | const HMM_Mixture & | s | ) |
HMM_Mixture::HMM_Mixture | ( | int | n | ) |
void HMM_Mixture::init | ( | int | vsize | ) |
HMM_Mixture& HMM_Mixture::operator= | ( | const HMM_Mixture & | a | ) |
EST_FVector HMM_Mixture::mean |
EST_FVector HMM_Mixture::var |