UESMANN CPP
1.0
Reference implementation of UESMANN
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
/home/travis/build/jimfinnis/uesmanncpp/netType.hpp
Go to the documentation of this file.
1
7
#ifndef __NETTYPE_HPP
8
#define __NETTYPE_HPP
9
15
enum class
NetType
{
16
PLAIN
=1000,
17
OUTPUTBLENDING
,
18
HINPUT
,
19
UESMANN
,
20
21
MAX
=
PLAIN
22
};
23
24
25
#endif
/* __NETTYPE_HPP */
NetType
NetType
The different types of network - each has an associated integer for saving/loading file data...
Definition:
netType.hpp:15
NetType::HINPUT
output blending
NetType::PLAIN
NetType::OUTPUTBLENDING
plain back-propagation
NetType::MAX
UESMANN.
NetType::UESMANN
h-as-input
Generated by
1.8.11