Uses of Class
org.encog.neural.neat.NEATNeuronType

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
 NEATNeuronType NEATNeuron.getNeuronType()
           
static NEATNeuronType NEATNeuron.string2NeuronType(String t)
           
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 NEATNeuron.neuronType2String(NEATNeuronType t)
           
static String PersistNEATPopulation.neuronTypeToString(NEATNeuronType t)
           
 

Constructors in org.encog.neural.neat with parameters of type NEATNeuronType
NEATNeuron(NEATNeuronType neuronType, long neuronID, double splitY, double splitX)
          Construct a NEAT neuron.
 

Uses of NEATNeuronType in org.encog.neural.neat.training
 

Methods in org.encog.neural.neat.training that return NEATNeuronType
 NEATNeuronType NEATInnovation.getNeuronType()
           
 NEATNeuronType NEATNeuronGene.getNeuronType()
           
 

Methods in org.encog.neural.neat.training with parameters of type NEATNeuronType
 long NEATInnovationList.createNewInnovation(long from, long to, NEATInnovationType innovationType, NEATNeuronType neuronType, double x, double y)
          Create a new innovation.
 void NEATInnovation.setNeuronType(NEATNeuronType t)
           
 void NEATNeuronGene.setNeuronType(NEATNeuronType neuronType)
          Set the neuron type.
 

Constructors in org.encog.neural.neat.training with parameters of type NEATNeuronType
NEATInnovation(long fromNeuronID, long toNeuronID, NEATInnovationType innovationType, long innovationID, NEATNeuronType neuronType, double x, double y)
          Construct an innovation.
NEATNeuronGene(NEATNeuronType type, long id, double splitY, double splitX)
          Construct a gene.
NEATNeuronGene(NEATNeuronType type, long id, double splitY, double splitX, double act)
          Construct a neuron gene.
 



Copyright © 2012. All Rights Reserved.