Uses of Class
org.encog.persist.annotations.EGReferenceable

Packages that use EGReferenceable
org.encog.neural.networks.synapse.neat   
org.encog.normalize   
org.encog.normalize.input   
org.encog.solve.genetic.genome   
org.encog.solve.genetic.population   
 

Uses of EGReferenceable in org.encog.neural.networks.synapse.neat
 

Classes in org.encog.neural.networks.synapse.neat with annotations of type EGReferenceable
 class NEATNeuron
          Implements a NEAT neuron.
 

Uses of EGReferenceable in org.encog.normalize
 

Classes in org.encog.normalize with annotations of type EGReferenceable
 class DataNormalization
          This class is used to normalize both input and ideal data for neural networks.
 

Uses of EGReferenceable in org.encog.normalize.input
 

Classes in org.encog.normalize.input with annotations of type EGReferenceable
 class BasicInputField
          Provides basic functionality, such as min/max and current value for other input fields.
 class InputFieldCSV
          An input field based on a CSV file.
 

Uses of EGReferenceable in org.encog.solve.genetic.genome
 

Classes in org.encog.solve.genetic.genome with annotations of type EGReferenceable
 class Chromosome
          Implements a chromosome to genetic algorithm.
 

Uses of EGReferenceable in org.encog.solve.genetic.population
 

Classes in org.encog.solve.genetic.population with annotations of type EGReferenceable
 class BasicPopulation
          Defines the basic functionality for a population of genomes.
 



Copyright © 2011. All Rights Reserved.