org.encog.neural.freeform
public class FreeformContextNeuron extends BasicFreeformNeuron
Constructor and Description |
---|
FreeformContextNeuron(FreeformNeuron theContextSource)
Construct the context neuron.
|
Modifier and Type | Method and Description |
---|---|
FreeformNeuron |
getContextSource() |
void |
setContextSource(FreeformNeuron contextSource) |
String |
toString() |
void |
updateContext()
Update the context value for this neuron.
|
addInput, addOutput, addTempTraining, allocateTempTraining, clearTempTraining, getActivation, getInputSummation, getOutputs, getSum, getTempTraining, isBias, performCalculation, setActivation, setBias, setInputSummation, setTempTraining
public FreeformContextNeuron(FreeformNeuron theContextSource)
theContextSource
- The context source.public FreeformNeuron getContextSource()
public void setContextSource(FreeformNeuron contextSource)
contextSource
- the contextSource to setpublic void updateContext()
BasicFreeformNeuron
updateContext
in interface FreeformNeuron
updateContext
in class BasicFreeformNeuron
public String toString()
toString
in class BasicFreeformNeuron
Copyright © 2014. All Rights Reserved.