org.encog.neural.freeform
public interface FreeformConnection extends TempTrainingData
Modifier and Type | Method and Description |
---|---|
void |
addWeight(double delta)
Add to the connection weight.
|
FreeformNeuron |
getSource() |
FreeformNeuron |
getTarget() |
double |
getWeight() |
boolean |
isRecurrent() |
void |
setRecurrent(boolean recurrent)
Determine if this is a recurrent connecton.
|
void |
setSource(FreeformNeuron source)
Set the source neuron.
|
void |
setTarget(FreeformNeuron target)
Set the target neuron.
|
void |
setWeight(double weight)
Set the weight.
|
addTempTraining, allocateTempTraining, clearTempTraining, getTempTraining, setTempTraining
void addWeight(double delta)
delta
- THe value to add.FreeformNeuron getSource()
FreeformNeuron getTarget()
double getWeight()
boolean isRecurrent()
void setRecurrent(boolean recurrent)
recurrent
- True, if this is a recurrent connection.void setSource(FreeformNeuron source)
source
- The source neuron.void setTarget(FreeformNeuron target)
target
- The target neuron.void setWeight(double weight)
weight
- The weight.Copyright © 2014. All Rights Reserved.