#include <layer.h>
#include <axon.h>
#include <qstring.h>
#include <qmessagebox.h>
#include <qfile.h>
#include <qtextstream.h>
#include <iostream>
#include <list>
#include <vector>
Include dependency graph for network.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
class | Network |
Defines | |
#define | SEQUENTIAL 1 |
#define | RANDOM_WITH 2 |
#define | RANDOM_WITHOUT 3 |
|
Definition at line 15 of file network.h. Referenced by Network::learning(). |
|
Definition at line 16 of file network.h. Referenced by Network::learning(). |
|
Definition at line 14 of file network.h. Referenced by Network::learning(). |