This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | { PN = 0, MP = 1 } |
Functions | |
void | ParseFile (wxTextFile *file) |
Variables | |
const wxString | M_BEGIN = "{BEGIN}" |
const wxString | M_END = "{END}" |
const wxString | M_NET_HEAD = "{NET}" |
const wxString | M_LAYER_HEAD = "{LAYER}" |
const wxString | M_NEURONS_HEAD = "{NEURONS}" |
const wxString | M_SIZE = "SIZE" |
const wxString | M_TYPE = "TYPE" |
const wxString | M_NEURONMEMBERS = "NEURONS" |
const wxString | M_NEURON = "NEURON" |
const wxString | M_CONNECTION = "CONNECTION" |
const wxString | M_WEIGHT = "WEIGHT" |
|
Definition at line 28 of file netio.h.
|
|
Definition at line 13 of file netio.cpp. References M_BEGIN. Referenced by NguiFrame::OnLoadNetwork.
00014 { 00015 int input, output, h_layers, n_per_layer, size, type; 00016 00017 ngui_frame->Log("Test"); 00018 00019 Net net(input, output, h_layers, n_per_layer); 00020 } |
|
Definition at line 13 of file netio.h. Referenced by ParseFile. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|