#include <VowelClassifier.h>
Public Attributes | |
vector< unsigned int > | net1 |
vector< unsigned int > | net2 |
vector< unsigned int > | net3 |
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).
|
The first networks size (a, ou, ei). |
|
The second networks size (o, u, aei). |
|
The third networks size (e, i, aou). |