UESMANN CPP  1.0
Reference implementation of UESMANN
Classes
/home/travis/build/jimfinnis/uesmanncpp/netFactory.hpp File Reference

I'm not a fan of factories, but here's one - this makes a network of the appropriate type which conforms to an example set, and is a namespace. More...

#include "bpnet.hpp"
#include "obnet.hpp"
#include "hinet.hpp"
#include "uesnet.hpp"
Include dependency graph for netFactory.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NetFactory
 This class - really a namespace - contains functions which create, load or save networks of all types. More...
 

Detailed Description

I'm not a fan of factories, but here's one - this makes a network of the appropriate type which conforms to an example set, and is a namespace.

Definition in file netFactory.hpp.