Uses of Class
com.anji.nn.Neuron

Packages that use Neuron
com.anji.nn com.anji.nn contains classes implementing a simple artificial neural net framework. 
 

Uses of Neuron in com.anji.nn
 

Methods in com.anji.nn that return Neuron
protected  Neuron NeuronConnection.getIncomingNode()
           
 Neuron AnjiNet.getInputNeuron(int idx)
           
 Neuron AnjiNet.getOutputNeuron(int idx)
           
 

Constructors in com.anji.nn with parameters of type Neuron
NeuronConnection(Neuron anIncoming)
           
NeuronConnection(Neuron anIncoming, double aWeight)
          Create connection with input neuron anIncoming and weight aWeight.
CacheNeuronConnection(Neuron anIncoming)
           
CacheNeuronConnection(Neuron anIncoming, double aWeight)