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::Module * | create (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 () |
|
|
|
|
|
BOSS_NN constructor.
|
|
|
|
|
|
|
|
Implements BOSS::Module. |
|
|
|
|
|
Implements BOSS_Intonation. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BOSS_NN destructor.
|