| Package | Description |
|---|---|
| org.encog.neural.freeform | |
| org.encog.neural.freeform.basic | |
| org.encog.neural.freeform.factory |
| Modifier and Type | Method and Description |
|---|---|
InputSummation |
FreeformNeuron.getInputSummation() |
| Modifier and Type | Method and Description |
|---|---|
void |
FreeformNeuron.setInputSummation(InputSummation theInputSummation)
Set the input summation method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicActivationSummation
Provides a basic implementation of an input summation.
|
| Modifier and Type | Method and Description |
|---|---|
InputSummation |
BasicActivationSummationFactory.factor(ActivationFunction theActivationFunction)
Create a new input summation.
|
InputSummation |
BasicFreeformNeuron.getInputSummation() |
| Modifier and Type | Method and Description |
|---|---|
FreeformNeuron |
BasicFreeformNeuronFactory.factorRegular(InputSummation object)
Create a regular neuron.
|
void |
BasicFreeformNeuron.setInputSummation(InputSummation theInputSummation)
Set the input summation method.
|
| Constructor and Description |
|---|
BasicFreeformNeuron(InputSummation theInputSummation) |
| Modifier and Type | Method and Description |
|---|---|
InputSummation |
InputSummationFactory.factor(ActivationFunction activationFunction)
Create a new input summation.
|
| Modifier and Type | Method and Description |
|---|---|
FreeformNeuron |
FreeformNeuronFactory.factorRegular(InputSummation object)
Create a regular neuron.
|
Copyright © 2014. All Rights Reserved.