|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FreeformConnection
Defines a freeform connection between neurons.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.encog.neural.freeform.TempTrainingData |
---|
addTempTraining, allocateTempTraining, clearTempTraining, getTempTraining, setTempTraining |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |