net.sourceforge.cilib.neuralnetwork.generic.neuron
Class MNNNeuronAdapter

java.lang.Object
  extended by net.sourceforge.cilib.neuralnetwork.generic.neuron.NeuronConfig
      extended by net.sourceforge.cilib.neuralnetwork.generic.neuron.MNNNeuronAdapter

public class MNNNeuronAdapter
extends NeuronConfig

TODO: Complete this javadoc.


Constructor Summary
MNNNeuronAdapter()
           
 
Method Summary
 Type computeActivationFunctionDerivativeAtPos(Type pos)
           
 Type computeActivationFunctionDerivativeUsingLastOutput(Type lastOutput)
           
 Type computeOutput(NeuronConfig n, NNPattern p)
           
 Type computeOutputFunctionDerivativeAtPos(Type pos)
           
 Type computeOutputFunctionDerivativeUsingLastOutput(Type lastOutput)
           
 
Methods inherited from class net.sourceforge.cilib.neuralnetwork.generic.neuron.NeuronConfig
getCurrentOutput, getInput, getInputWeights, getPatternInputPos, getPatternWeight, getTimeStepMap, getTminus1Output, isOutputNeuron, setCurrentOutput, setInput, setInputWeights, setOutputNeuron, setPatternInputPos, setPatternWeight, setTimeStepMap, setTminus1Output
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MNNNeuronAdapter

public MNNNeuronAdapter()
Method Detail

computeActivationFunctionDerivativeAtPos

public Type computeActivationFunctionDerivativeAtPos(Type pos)
Specified by:
computeActivationFunctionDerivativeAtPos in class NeuronConfig

computeActivationFunctionDerivativeUsingLastOutput

public Type computeActivationFunctionDerivativeUsingLastOutput(Type lastOutput)
Specified by:
computeActivationFunctionDerivativeUsingLastOutput in class NeuronConfig

computeOutput

public Type computeOutput(NeuronConfig n,
                          NNPattern p)
Specified by:
computeOutput in class NeuronConfig

computeOutputFunctionDerivativeAtPos

public Type computeOutputFunctionDerivativeAtPos(Type pos)
Specified by:
computeOutputFunctionDerivativeAtPos in class NeuronConfig

computeOutputFunctionDerivativeUsingLastOutput

public Type computeOutputFunctionDerivativeUsingLastOutput(Type lastOutput)
Specified by:
computeOutputFunctionDerivativeUsingLastOutput in class NeuronConfig


Copyright © 2009 CIRG. All Rights Reserved.