Package org.simnet.interfaces

The simnet.interfaces package contains all high level neural network classes, i.e.

See:
          Description

Interface Summary
NetworkListener Model listener.
SpikingNeuron SpikingNeuron.
 

Class Summary
Network Network provides core neural network functionality and is the the main API for external calls.
NetworkEvent Network event.
Neuron Neuron represents a node in the neural network.
SpikeResponder SpikeResponder.
Synapse Synapse objects represent "connections" between neurons, which learn (grow or weaken) based on various factors, including the activation level of connected neurons.
 

Package org.simnet.interfaces Description

The simnet.interfaces package contains all high level neural network classes, i.e. all abstract classes and interfaces, which all specific neuron, network, and synapse types extend or implement.