Package | Description |
---|---|
org.encog.neural.freeform | |
org.encog.neural.freeform.basic | |
org.encog.neural.freeform.factory | |
org.encog.neural.freeform.task | |
org.encog.neural.freeform.training |
Modifier and Type | Method and Description |
---|---|
List<FreeformConnection> |
FreeformNeuron.getOutputs() |
List<FreeformConnection> |
InputSummation.list() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicFreeformConnection
A basic freeform connection.
|
Modifier and Type | Method and Description |
---|---|
FreeformConnection |
BasicFreeformConnectionFactory.factor(FreeformNeuron theSourceNeuron,
FreeformNeuron theTargetNeuron)
Create a connection.
|
Modifier and Type | Method and Description |
---|---|
List<FreeformConnection> |
BasicFreeformNeuron.getOutputs() |
List<FreeformConnection> |
BasicActivationSummation.list() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FreeformConnection |
FreeformConnectionFactory.factor(FreeformNeuron sourceNeuron,
FreeformNeuron targetNeuron)
Create a connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionTask.task(FreeformConnection connection)
The task.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FreeformBackPropagation.learnConnection(FreeformConnection connection)
Learn for a single connection.
|
protected abstract void |
FreeformPropagationTraining.learnConnection(FreeformConnection connection)
Learn for a single connection.
|
protected void |
FreeformResilientPropagation.learnConnection(FreeformConnection connection)
Learn for a single connection.
|
Copyright © 2014. All Rights Reserved.