|
UESMANN CPP
1.0
Reference implementation of UESMANN
|
Contains integer enum for network types. More...

Go to the source code of this file.
Enumerations | |
| enum | NetType { NetType::PLAIN =1000, NetType::OUTPUTBLENDING, NetType::HINPUT, NetType::UESMANN, NetType::MAX = PLAIN } |
| The different types of network - each has an associated integer for saving/loading file data. More... | |
Contains integer enum for network types.
Definition in file netType.hpp.
|
strong |
The different types of network - each has an associated integer for saving/loading file data.
| Enumerator | |
|---|---|
| PLAIN | |
| OUTPUTBLENDING |
plain back-propagation |
| HINPUT |
output blending |
| UESMANN |
h-as-input |
| MAX |
UESMANN. |
Definition at line 15 of file netType.hpp.
1.8.11