Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

BOSS Intonation Module


Classes

class  BOSS_Intonation
 Base class (language indepenedent) of the intonation generation modules. More...

class  BOSS_Intonation_DE
class  BOSS_NN
 Neural network class. More...


Functions

void PrintData (float *data, int n)
BOSS::Modulecreate (BOSS::Config &_cl, MySQL_Handler *_db)
void destroy (BOSS_Intonation_DE *cm)
 BOSS_Intonation_DE::BOSS_Intonation_DE (BOSS::Config &_cl, MySQL_Handler *_db)
string BOSS_Intonation_DE::getDescription ()
 BOSS_Intonation_DE::~BOSS_Intonation_DE ()
bool BOSS_Intonation_DE::ParseBLF (const string &parse, float blf[5]) const
void BOSS_Intonation_DE::write_fuji (const xercesc::DOMNode *sentence) const
virtual void BOSS_Intonation_DE::operator() (xercesc::DOMNode *sentence)
 BOSS_NN::BOSS_NN ()
 BOSS_NN constructor.

 BOSS_NN::~BOSS_NN ()
 BOSS_NN destructor.

bool BOSS_NN::LoadNN (const string &filename)
bool BOSS_NN::SaveNN (const string &filename)
float BOSS_NN::net (int Layer, int Neuron, const vector< float > &Input)
vector< float > BOSS_NN::Calculate (const vector< float > &Input)
void BOSS_NN::Reset ()
void BOSS_NN::BackProp (vector< float > &DesiredOutput, vector< float > &Output)
void BOSS_NN::Update ()

Function Documentation

void BOSS_NN::BackProp vector< float > &  DesiredOutput,
vector< float > &  Output
[inherited]
 

BOSS_Intonation_DE::BOSS_Intonation_DE BOSS::Config _cl,
MySQL_Handler _db
[inherited]
 

BOSS_NN::BOSS_NN  )  [inherited]
 

BOSS_NN constructor.

vector< float > BOSS_NN::Calculate const vector< float > &  Input  )  [inherited]
 

BOSS::Module* create BOSS::Config _cl,
MySQL_Handler _db
 

void destroy BOSS_Intonation_DE cm  ) 
 

string BOSS_Intonation_DE::getDescription  )  [virtual, inherited]
 

Implements BOSS::Module.

bool BOSS_NN::LoadNN const string &  filename  )  [inherited]
 

float BOSS_NN::net int  Layer,
int  Neuron,
const vector< float > &  Input
[inherited]
 

void BOSS_Intonation_DE::operator() xercesc::DOMNode *  sentence  )  [virtual, inherited]
 

Implements BOSS_Intonation.

bool BOSS_Intonation_DE::ParseBLF const string &  parse,
float  blf[5]
const [inherited]
 

void PrintData float *  data,
int  n
 

void BOSS_NN::Reset  )  [inherited]
 

bool BOSS_NN::SaveNN const string &  filename  )  [inherited]
 

void BOSS_NN::Update  )  [inherited]
 

void BOSS_Intonation_DE::write_fuji const xercesc::DOMNode *  sentence  )  const [private, inherited]
 

BOSS_Intonation_DE::~BOSS_Intonation_DE  )  [inherited]
 

BOSS_NN::~BOSS_NN  )  [inherited]
 

BOSS_NN destructor.


Generated on Tue Dec 20 23:14:41 2005 for BOSS by doxygen 1.3.6