Main Page   Class Hierarchy   Compound List   File List   Compound Members  

VowelClassifierLearnParams Struct Reference

#include <VowelClassifier.h>

List of all members.

Public Attributes

double epsilon
double optimal_tolerance
double weight_decay
double momentum_term


Detailed Description

Parameter structure to set the learning behaviour of the system.

For now, it only contains one parameter, but we use a structure nevertheless, to make it extendable, in case further learn parameters are required.


Member Data Documentation

double VowelClassifierLearnParams::epsilon
 

Epsilon, the main weight and theta value learn parameter.

double VowelClassifierLearnParams::momentum_term
 

Momentum term parameter. (0.5 to 0.9).

double VowelClassifierLearnParams::optimal_tolerance
 

Optimal tolerance value. (0.0 to 0.2).

double VowelClassifierLearnParams::weight_decay
 

Weight decay factor. (0.00005 to 0.0001).


The documentation for this struct was generated from the following file:
Generated on Mon Feb 24 19:37:46 2003 by doxygen1.3-rc3