| _inputs | RecurrentNetwork | [protected] |
| _metaData | Network | [protected] |
| _neurons | RecurrentNetwork | [protected] |
| _nInputs | Network | [protected] |
| _nOutputs | Network | [protected] |
| _time | RecurrentNetwork | [protected] |
| addInput(real initialValue=0) | RecurrentNetwork | |
| addInput(InputNeuron *in) | RecurrentNetwork | [inline] |
| addNeuron(real bias=0, real activation=0) | RecurrentNetwork | |
| addNeuron(RecurrentNeuron *n) | RecurrentNetwork | [inline] |
| getClassName() const | RecurrentNetwork | [inline, virtual] |
| getInputCount() const | RecurrentNetwork | [inline, virtual] |
| getInputNeuron(uint index) | RecurrentNetwork | [inline] |
| getMetaData() | Network | [virtual] |
| getNetworkClassName(const char *filename) | Network | [static] |
| getNeuron(uint index) | RecurrentNetwork | [inline] |
| getNeuronOutput(uint neuron) | RecurrentNetwork | [inline, virtual] |
| getOutput() const | RecurrentNetwork | [virtual] |
| getOutput(const Vector &input) | RecurrentNetwork | [virtual] |
| annie::Network::getOutput(real *input) | Network | [virtual] |
| getOutputCount() const | RecurrentNetwork | [inline, virtual] |
| INPUT_NEURONS_LABEL_OFFSET | RecurrentNetwork | [static] |
| Network(int inputs, int outputs) | Network | |
| Network(Network &) | Network | |
| operator[](uint index) | RecurrentNetwork | [inline] |
| RecurrentNetwork(uint initialInputCount=0, uint initialRecurrenCount=0) | RecurrentNetwork | |
| resetActivations(const Vector &activations) | RecurrentNetwork | [virtual] |
| save(const std::string &filename) | RecurrentNetwork | [inline, virtual] |
| setInput(const Vector &input) | RecurrentNetwork | [virtual] |
| setMetaData(const char *metaData) | Network | [virtual] |
| setMetaData(std::string metaData) | Network | [virtual] |
| step() | RecurrentNetwork | [virtual] |
| ~Network() | Network | [virtual] |
1.3.5