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, setTempTrainingpublic FreeformContextNeuron(FreeformNeuron theContextSource)
theContextSource - The context source.public FreeformNeuron getContextSource()
public void setContextSource(FreeformNeuron contextSource)
contextSource - the contextSource to setpublic void updateContext()
BasicFreeformNeuronupdateContext in interface FreeformNeuronupdateContext in class BasicFreeformNeuronpublic String toString()
toString in class BasicFreeformNeuronCopyright © 2014. All Rights Reserved.