|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NEATLink | |
---|---|
org.encog.neural.neat |
Uses of NEATLink in org.encog.neural.neat |
---|
Methods in org.encog.neural.neat that return NEATLink | |
---|---|
NEATLink[] |
NEATNetwork.getLinks()
|
Methods in org.encog.neural.neat with parameters of type NEATLink | |
---|---|
int |
NEATLink.compareTo(NEATLink other)
|
Constructor parameters in org.encog.neural.neat with type arguments of type NEATLink | |
---|---|
NEATNetwork(int inputNeuronCount,
int outputNeuronCount,
List<NEATLink> connectionArray,
ActivationFunction[] theActivationFunctions)
Construct a NEAT network. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |