|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FreeformConnection | |
---|---|
org.encog.neural.freeform | |
org.encog.neural.freeform.basic | |
org.encog.neural.freeform.factory | |
org.encog.neural.freeform.task | |
org.encog.neural.freeform.training |
Uses of FreeformConnection in org.encog.neural.freeform |
---|
Methods in org.encog.neural.freeform that return types with arguments of type FreeformConnection | |
---|---|
List<FreeformConnection> |
FreeformNeuron.getOutputs()
|
List<FreeformConnection> |
InputSummation.list()
|
Methods in org.encog.neural.freeform with parameters of type FreeformConnection | |
---|---|
void |
InputSummation.add(FreeformConnection connection)
Add an input connection. |
void |
FreeformNeuron.addInput(FreeformConnection inputConnection)
Add an input connection to this neuron. |
void |
FreeformNeuron.addOutput(FreeformConnection outputConnection)
Add an output connection to this neuron. |
Uses of FreeformConnection in org.encog.neural.freeform.basic |
---|
Classes in org.encog.neural.freeform.basic that implement FreeformConnection | |
---|---|
class |
BasicFreeformConnection
A basic freeform connection. |
Methods in org.encog.neural.freeform.basic that return FreeformConnection | |
---|---|
FreeformConnection |
BasicFreeformConnectionFactory.factor(FreeformNeuron theSourceNeuron,
FreeformNeuron theTargetNeuron)
Create a connection. |
Methods in org.encog.neural.freeform.basic that return types with arguments of type FreeformConnection | |
---|---|
List<FreeformConnection> |
BasicFreeformNeuron.getOutputs()
|
List<FreeformConnection> |
BasicActivationSummation.list()
|
Methods in org.encog.neural.freeform.basic with parameters of type FreeformConnection | |
---|---|
void |
BasicActivationSummation.add(FreeformConnection connection)
Add an input connection. |
void |
BasicFreeformNeuron.addInput(FreeformConnection connection)
Add an input connection to this neuron. |
void |
BasicFreeformNeuron.addOutput(FreeformConnection connection)
Add an output connection to this neuron. |
Uses of FreeformConnection in org.encog.neural.freeform.factory |
---|
Methods in org.encog.neural.freeform.factory that return FreeformConnection | |
---|---|
FreeformConnection |
FreeformConnectionFactory.factor(FreeformNeuron sourceNeuron,
FreeformNeuron targetNeuron)
Create a connection. |
Uses of FreeformConnection in org.encog.neural.freeform.task |
---|
Methods in org.encog.neural.freeform.task with parameters of type FreeformConnection | |
---|---|
void |
ConnectionTask.task(FreeformConnection connection)
The task. |
Uses of FreeformConnection in org.encog.neural.freeform.training |
---|
Methods in org.encog.neural.freeform.training with parameters of type FreeformConnection | |
---|---|
protected void |
FreeformBackPropagation.learnConnection(FreeformConnection connection)
|
protected abstract void |
FreeformPropagationTraining.learnConnection(FreeformConnection connection)
|
protected void |
FreeformResilientPropagation.learnConnection(FreeformConnection connection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |