|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FreeformNeuron | |
---|---|
org.encog.neural.freeform | |
org.encog.neural.freeform.basic | |
org.encog.neural.freeform.factory | |
org.encog.neural.freeform.task |
Uses of FreeformNeuron in org.encog.neural.freeform |
---|
Classes in org.encog.neural.freeform that implement FreeformNeuron | |
---|---|
class |
FreeformContextNeuron
Defines a freeform contexst neuron. |
Methods in org.encog.neural.freeform that return FreeformNeuron | |
---|---|
FreeformNeuron |
FreeformContextNeuron.getContextSource()
|
FreeformNeuron |
FreeformConnection.getSource()
|
FreeformNeuron |
FreeformConnection.getTarget()
|
Methods in org.encog.neural.freeform that return types with arguments of type FreeformNeuron | |
---|---|
List<FreeformNeuron> |
FreeformLayer.getNeurons()
|
Methods in org.encog.neural.freeform with parameters of type FreeformNeuron | |
---|---|
void |
FreeformLayer.add(FreeformNeuron basicFreeformNeuron)
Add a neuron to this layer. |
void |
FreeformContextNeuron.setContextSource(FreeformNeuron contextSource)
|
void |
FreeformConnection.setSource(FreeformNeuron source)
Set the source neuron. |
void |
FreeformConnection.setTarget(FreeformNeuron target)
Set the target neuron. |
Constructors in org.encog.neural.freeform with parameters of type FreeformNeuron | |
---|---|
FreeformContextNeuron(FreeformNeuron theContextSource)
Construct the context neuron. |
Uses of FreeformNeuron in org.encog.neural.freeform.basic |
---|
Classes in org.encog.neural.freeform.basic that implement FreeformNeuron | |
---|---|
class |
BasicFreeformNeuron
This class provides a basic implementation of a freeform neuron. |
Methods in org.encog.neural.freeform.basic that return FreeformNeuron | |
---|---|
FreeformNeuron |
BasicFreeformNeuronFactory.factorContext(FreeformNeuron neuron)
Create a context neuron. |
FreeformNeuron |
BasicFreeformNeuronFactory.factorRegular(InputSummation object)
Create a regular neuron. |
FreeformNeuron |
BasicFreeformConnection.getSource()
|
FreeformNeuron |
BasicFreeformConnection.getTarget()
|
Methods in org.encog.neural.freeform.basic that return types with arguments of type FreeformNeuron | |
---|---|
List<FreeformNeuron> |
BasicFreeformLayer.getNeurons()
|
Methods in org.encog.neural.freeform.basic with parameters of type FreeformNeuron | |
---|---|
void |
BasicFreeformLayer.add(FreeformNeuron basicFreeformNeuron)
Add a neuron to this layer. |
FreeformConnection |
BasicFreeformConnectionFactory.factor(FreeformNeuron theSourceNeuron,
FreeformNeuron theTargetNeuron)
Create a connection. |
FreeformNeuron |
BasicFreeformNeuronFactory.factorContext(FreeformNeuron neuron)
Create a context neuron. |
void |
BasicFreeformConnection.setSource(FreeformNeuron source)
Set the source neuron. |
void |
BasicFreeformConnection.setTarget(FreeformNeuron target)
Set the target neuron. |
Constructors in org.encog.neural.freeform.basic with parameters of type FreeformNeuron | |
---|---|
BasicFreeformConnection(FreeformNeuron theSource,
FreeformNeuron theTarget)
Construct a basic freeform connection. |
Uses of FreeformNeuron in org.encog.neural.freeform.factory |
---|
Methods in org.encog.neural.freeform.factory that return FreeformNeuron | |
---|---|
FreeformNeuron |
FreeformNeuronFactory.factorContext(FreeformNeuron neuron)
Create a context neuron. |
FreeformNeuron |
FreeformNeuronFactory.factorRegular(InputSummation object)
Create a regular neuron. |
Methods in org.encog.neural.freeform.factory with parameters of type FreeformNeuron | |
---|---|
FreeformConnection |
FreeformConnectionFactory.factor(FreeformNeuron sourceNeuron,
FreeformNeuron targetNeuron)
Create a connection. |
FreeformNeuron |
FreeformNeuronFactory.factorContext(FreeformNeuron neuron)
Create a context neuron. |
Uses of FreeformNeuron in org.encog.neural.freeform.task |
---|
Methods in org.encog.neural.freeform.task with parameters of type FreeformNeuron | |
---|---|
void |
NeuronTask.task(FreeformNeuron neuron)
The task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |