Uses of Class
marf.Classification.NeuralNetwork.Neuron

Packages that use Neuron
marf.Classification.NeuralNetwork   
 

Uses of Neuron in marf.Classification.NeuralNetwork
 

Fields in marf.Classification.NeuralNetwork declared as Neuron
private  Neuron NeuralNetwork.oCurrNeuron
          Current Neuron.
 

Methods in marf.Classification.NeuralNetwork that return Neuron
 Neuron Layer.get(int piIndex)
          Allows getting a neuron object given index.
 Neuron Layer.getNeuron(java.lang.String pstrName)
          Returns the Neuron called by its name string.
 

Methods in marf.Classification.NeuralNetwork with parameters of type Neuron
 boolean Layer.add(Neuron poNeuron)
          Allows adding a neuron to the layer.
 boolean Neuron.addInput(Neuron poInputNeuron, double pdWeight)
          Adds an input neuron and its associated weight.
 boolean Neuron.addOutput(Neuron poOutputNeuron)
          Adds an output neuron.
private  double Neuron.getWeight(Neuron poNeuron)
          Retrieves specific neuron's weight.
 



SourceForge Logo