#include <TopGauss.h>
List of all members.
Public Member Functions |
| | TopGauss () |
| | ~TopGauss () |
| double | compute (MixtureGD &, FeatureServer &, String &, Config &) |
| double | get (MixtureGD &, FeatureServer &, String &, Config &) |
| double | compute (MixtureGD &, String &, Config &) |
| RealVector< double > | compute (MixtureGD &, FeatureServer &, Config &) |
| double | get (MixtureGD &, String &, Config &) |
| RealVector< double > | get (MixtureGD &, FeatureServer &, Config &) |
| void | read (String &, Config &) |
| void | write (String &, Config &) |
| ULongVector & | nbg () |
| ULongVector & | idx () |
| unsigned long | frameToIdx (unsigned long &) |
| unsigned long | nbgcnt () |
| unsigned long | nt () |
Private Attributes |
| ULongVector | _idx |
| ULongVector | _nbg |
| DoubleVector | _snsw |
| DoubleVector | _snsl |
| unsigned long | _nt |
| unsigned long | _nbgcnt |
Detailed Description
Definition at line 74 of file TopGauss.h.
Constructor & Destructor Documentation
| TopGauss::TopGauss |
( |
) |
[inline] |
| TopGauss::~TopGauss |
( |
) |
[inline] |
Member Function Documentation
| double TopGauss::compute |
( |
MixtureGD & |
UBM, |
|
|
FeatureServer & |
fs, |
|
|
String & |
featureFilename, |
|
|
Config & |
config |
|
) |
| |
Definition at line 136 of file TopGauss.cpp.
References _idx, _nbg, _nbgcnt, _nt, _snsl, _snsw, EPS_LK, idx(), initializeClusters(), totalFrame(), verbose, and verifyClusterFile().
Referenced by compute().
| RealVector< double > TopGauss::compute |
( |
MixtureGD & |
UBM, |
|
|
FeatureServer & |
fs, |
|
|
Config & |
config |
|
) |
| |
| double TopGauss::compute |
( |
MixtureGD & |
UBM, |
|
|
String & |
featureFilename, |
|
|
Config & |
config |
|
) |
| |
| unsigned long TopGauss::frameToIdx |
( |
unsigned long & |
f ) |
|
| double TopGauss::get |
( |
MixtureGD & |
UBM, |
|
|
FeatureServer & |
fs, |
|
|
String & |
featureFilename, |
|
|
Config & |
config |
|
) |
| |
| double TopGauss::get |
( |
MixtureGD & |
UBM, |
|
|
String & |
featureFilename, |
|
|
Config & |
config |
|
) |
| |
| RealVector< double > TopGauss::get |
( |
MixtureGD & |
UBM, |
|
|
FeatureServer & |
fs, |
|
|
Config & |
config |
|
) |
| |
| ULongVector& TopGauss::idx |
( |
) |
[inline] |
| ULongVector& TopGauss::nbg |
( |
) |
[inline] |
| unsigned long TopGauss::nbgcnt |
( |
) |
[inline] |
| unsigned long TopGauss::nt |
( |
) |
[inline] |
| void TopGauss::read |
( |
String & |
featureFilename, |
|
|
Config & |
config |
|
) |
| |
| void TopGauss::write |
( |
String & |
featureFilename, |
|
|
Config & |
config |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following files: