|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NEATNeuronType | |
---|---|
org.encog.neural.neat | |
org.encog.neural.neat.training |
Uses of NEATNeuronType in org.encog.neural.neat |
---|
Methods in org.encog.neural.neat that return NEATNeuronType | |
---|---|
static NEATNeuronType |
PersistNEATPopulation.stringToNeuronType(String t)
|
static NEATNeuronType |
NEATNeuronType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NEATNeuronType[] |
NEATNeuronType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.encog.neural.neat with parameters of type NEATNeuronType | |
---|---|
static String |
PersistNEATPopulation.neuronTypeToString(NEATNeuronType t)
Convert a NEATNeuronType enum to a string. |
Uses of NEATNeuronType in org.encog.neural.neat.training |
---|
Methods in org.encog.neural.neat.training that return NEATNeuronType | |
---|---|
NEATNeuronType |
NEATNeuronGene.getNeuronType()
|
Methods in org.encog.neural.neat.training with parameters of type NEATNeuronType | |
---|---|
void |
NEATNeuronGene.setNeuronType(NEATNeuronType neuronType)
Set the neuron type. |
Constructors in org.encog.neural.neat.training with parameters of type NEATNeuronType | |
---|---|
NEATNeuronGene(NEATNeuronType type,
ActivationFunction theActivationFunction,
long id,
long innovationID)
Construct a neuron gene. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |