UESMANN CPP
1.0
Reference implementation of UESMANN
|
This class - really a namespace - contains functions which create, load or save networks of all types. More...
#include <netFactory.hpp>
Static Public Member Functions | |
static Net * | makeNet (NetType t, ExampleSet &e, int hnodes) |
Construct a single hidden layer network of a given type which conforms to the example set. More... | |
static Net * | makeNet (NetType t, int layercount, int *layers) |
static Net * | load (const char *fn) |
Load a network of any type from a file - note, endianness not checked! More... | |
static void | save (const char *fn, Net *n) |
Save a net of any type to a file - note, endianness not checked! More... | |
This class - really a namespace - contains functions which create, load or save networks of all types.
Definition at line 24 of file netFactory.hpp.
|
inlinestatic |
Load a network of any type from a file - note, endianness not checked!
Definition at line 61 of file netFactory.hpp.
|
inlinestatic |
Construct a single hidden layer network of a given type which conforms to the example set.
Definition at line 32 of file netFactory.hpp.
Definition at line 43 of file netFactory.hpp.
|
inlinestatic |
Save a net of any type to a file - note, endianness not checked!
Definition at line 119 of file netFactory.hpp.