UESMANN CPP  1.0
Reference implementation of UESMANN
Enumerations
/home/travis/build/jimfinnis/uesmanncpp/netType.hpp File Reference

Contains integer enum for network types. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains integer enum for network types.

Definition in file netType.hpp.

Enumeration Type Documentation

enum NetType
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.