Uses of Class
de.htwdd.rosenkoenig.neuro.net.Synapse

Packages that use Synapse
de.htwdd.rosenkoenig.neuro.net The package net contains implementations, examples and utilities to create and train neural networks. 
 

Uses of Synapse in de.htwdd.rosenkoenig.neuro.net
 

Fields in de.htwdd.rosenkoenig.neuro.net declared as Synapse
private  Synapse InnerLayer.inputSynapse
          This is the input synapse (i.e the connection from the previous layer).
protected  Synapse Layer.outputSynapse
          This is the output synapse (i.e the connection to the next layer).
 

Methods in de.htwdd.rosenkoenig.neuro.net that return Synapse
 Synapse InnerLayer.getInputSynapse()
          Getter of the property inputSynapse
 Synapse Layer.getOutputSynapse()
          Getter of the property outputSynapse
 

Methods in de.htwdd.rosenkoenig.neuro.net with parameters of type Synapse
 void InnerLayer.setInputSynapse(Synapse inputSynapse)
          Setter of the property inputSynapse
 void Layer.setOutputSynapse(Synapse outputSynapse)
          Setter of the property outputSynapse