Main Page   Class Hierarchy   Compound List   File List   Compound Members  

VowelClassifierLayout Struct Reference

#include <VowelClassifier.h>

List of all members.

Public Attributes

vector< unsigned int > net1
vector< unsigned int > net2
vector< unsigned int > net3


Detailed Description

Structure to specify the layout of the VowelClassifier neural networks.

For each network, there must be at least one number given. The size of the first and the last layers of each network is fixed by the other parameters (for the Input layer its the dimension of the input vector, for the Output layer its always three).


Member Data Documentation

vector<unsigned int> VowelClassifierLayout::net1
 

The first networks size (a, ou, ei).

vector<unsigned int> VowelClassifierLayout::net2
 

The second networks size (o, u, aei).

vector<unsigned int> VowelClassifierLayout::net3
 

The third networks size (e, i, aou).


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