|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NEATNeuron | |
|---|---|
| org.encog.neural.neat | |
| Uses of NEATNeuron in org.encog.neural.neat |
|---|
| Methods in org.encog.neural.neat that return NEATNeuron | |
|---|---|
NEATNeuron |
NEATLink.getFromNeuron()
|
NEATNeuron |
NEATLink.getToNeuron()
|
| Methods in org.encog.neural.neat that return types with arguments of type NEATNeuron | |
|---|---|
List<NEATNeuron> |
NEATNetwork.getNeurons()
|
| Constructors in org.encog.neural.neat with parameters of type NEATNeuron | |
|---|---|
NEATLink(double weight,
NEATNeuron fromNeuron,
NEATNeuron toNeuron,
boolean recurrent)
Construct a NEAT link. |
|
| Constructor parameters in org.encog.neural.neat with type arguments of type NEATNeuron | |
|---|---|
NEATNetwork(int inputCount,
int outputCount,
List<NEATNeuron> neurons,
ActivationFunction activationFunction,
ActivationFunction outputActivationFunction,
int networkDepth)
Construct a NEAT synapse. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||