|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputSummation | |
---|---|
org.encog.neural.freeform | |
org.encog.neural.freeform.basic | |
org.encog.neural.freeform.factory |
Uses of InputSummation in org.encog.neural.freeform |
---|
Methods in org.encog.neural.freeform that return InputSummation | |
---|---|
InputSummation |
FreeformNeuron.getInputSummation()
|
Methods in org.encog.neural.freeform with parameters of type InputSummation | |
---|---|
void |
FreeformNeuron.setInputSummation(InputSummation theInputSummation)
Set the input summation method. |
Uses of InputSummation in org.encog.neural.freeform.basic |
---|
Classes in org.encog.neural.freeform.basic that implement InputSummation | |
---|---|
class |
BasicActivationSummation
Provides a basic implementation of an input summation. |
Methods in org.encog.neural.freeform.basic that return InputSummation | |
---|---|
InputSummation |
BasicActivationSummationFactory.factor(ActivationFunction theActivationFunction)
Create a new input summation. |
InputSummation |
BasicFreeformNeuron.getInputSummation()
|
Methods in org.encog.neural.freeform.basic with parameters of type InputSummation | |
---|---|
FreeformNeuron |
BasicFreeformNeuronFactory.factorRegular(InputSummation object)
Create a regular neuron. |
void |
BasicFreeformNeuron.setInputSummation(InputSummation theInputSummation)
Set the input summation method. |
Constructors in org.encog.neural.freeform.basic with parameters of type InputSummation | |
---|---|
BasicFreeformNeuron(InputSummation theInputSummation)
|
Uses of InputSummation in org.encog.neural.freeform.factory |
---|
Methods in org.encog.neural.freeform.factory that return InputSummation | |
---|---|
InputSummation |
InputSummationFactory.factor(ActivationFunction activationFunction)
Create a new input summation. |
Methods in org.encog.neural.freeform.factory with parameters of type InputSummation | |
---|---|
FreeformNeuron |
FreeformNeuronFactory.factorRegular(InputSummation object)
Create a regular neuron. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |