org.encog.neural.freeform
Class FreeformContextNeuron
java.lang.Object
org.encog.neural.freeform.basic.BasicFreeformNeuron
org.encog.neural.freeform.FreeformContextNeuron
- All Implemented Interfaces:
- Serializable, FreeformNeuron, TempTrainingData
public class FreeformContextNeuron
- extends BasicFreeformNeuron
Defines a freeform contexst neuron.
- See Also:
- Serialized Form
Methods inherited from class org.encog.neural.freeform.basic.BasicFreeformNeuron |
addInput, addOutput, addTempTraining, allocateTempTraining, clearTempTraining, getActivation, getInputSummation, getOutputs, getSum, getTempTraining, isBias, performCalculation, setActivation, setBias, setInputSummation, setTempTraining |
FreeformContextNeuron
public FreeformContextNeuron(FreeformNeuron theContextSource)
- Construct the context neuron.
- Parameters:
theContextSource
- The context source.
getContextSource
public FreeformNeuron getContextSource()
- Returns:
- the contextSource
setContextSource
public void setContextSource(FreeformNeuron contextSource)
- Parameters:
contextSource
- the contextSource to set
updateContext
public void updateContext()
- Description copied from class:
BasicFreeformNeuron
- Update the context value for this neuron.
- Specified by:
updateContext
in interface FreeformNeuron
- Overrides:
updateContext
in class BasicFreeformNeuron
toString
public String toString()
-
- Overrides:
toString
in class BasicFreeformNeuron
Copyright © 2014. All Rights Reserved.