#include <DiagGMM.h>
Inheritance diagram for FD::DiagGMM:


Public Member Functions | |
| ~DiagGMM () | |
| void | train (const std::vector< float * > &frames, int nb_dim, int nb_gaussians, int nb_splits) |
| float | score (const float *vec) |
| int | getDim () |
| virtual void | printOn (std::ostream &out=std::cout) const |
| void | readFrom (std::istream &in=std::cin) |
| virtual void | serialize (std::ostream &out) const |
| virtual void | unserialize (std::istream &in) |
Friends | |
| class | GMM |
| std::istream & | operator>> (std::istream &in, DiagGMM &gmm) |
|
|
Destructor |
|
|
Number of dimensions |
|
|
print function used for operator << Implements FD::Object. |
|
|
Read function used for operator >> Reimplemented from FD::Object. |
|
|
Score a frame |
|
|
Serialize (binary) the object to a stream Reimplemented from FD::Object. |
|
|
Unserialize (binary) the object from a stream Reimplemented from FD::Object. |
|
||||||||||||
|
extractor for DiagGMM |
1.4.4