#include <iostream>#include "liatools.h"
Go to the source code of this file.
Functions | |
| void | getMeanNorm (RealVector< double > &norm, MixtureGD &UBM) |
| void | getWeightNorm (RealVector< double > &norm, MixtureGD &UBM) |
| int | main (int argc, char *argv[]) |
| void getMeanNorm | ( | RealVector< double > & | norm, |
| MixtureGD & | UBM | ||
| ) |
Definition at line 58 of file modelToSvMain.cpp.
Referenced by main().
| void getWeightNorm | ( | RealVector< double > & | norm, |
| MixtureGD & | UBM | ||
| ) |
Definition at line 70 of file modelToSvMain.cpp.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 77 of file modelToSvMain.cpp.
References debug, getMeanNorm(), getWeightNorm(), modelToSv(), verbose, and verboseLevel.
1.7.2