Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

netio.h File Reference

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

Included by dependency graph

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"


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
PN 
MP 

Definition at line 28 of file netio.h.

00029 {
00030     PN = 0,
00031     MP = 1
00032 };


Function Documentation

void ParseFile wxTextFile *    file
 

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 }


Variable Documentation

const wxString M_BEGIN = "{BEGIN}"
 

Definition at line 13 of file netio.h.

Referenced by ParseFile.

const wxString M_CONNECTION = "CONNECTION"
 

Definition at line 22 of file netio.h.

const wxString M_END = "{END}"
 

Definition at line 14 of file netio.h.

const wxString M_LAYER_HEAD = "{LAYER}"
 

Definition at line 16 of file netio.h.

const wxString M_NET_HEAD = "{NET}"
 

Definition at line 15 of file netio.h.

const wxString M_NEURON = "NEURON"
 

Definition at line 21 of file netio.h.

const wxString M_NEURONMEMBERS = "NEURONS"
 

Definition at line 20 of file netio.h.

const wxString M_NEURONS_HEAD = "{NEURONS}"
 

Definition at line 17 of file netio.h.

const wxString M_SIZE = "SIZE"
 

Definition at line 18 of file netio.h.

const wxString M_TYPE = "TYPE"
 

Definition at line 19 of file netio.h.

const wxString M_WEIGHT = "WEIGHT"
 

Definition at line 23 of file netio.h.


Generated on Mon Jun 23 23:09:54 2003 for NeReK Documentation by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002