Uses of Interface
org.encog.persist.EncogCollection

Packages that use EncogCollection
org.encog.neural.data.basic   
org.encog.neural.networks.layers   
org.encog.neural.networks.synapse.neat   
org.encog.persist   
org.encog.solve.genetic.population   
 

Uses of EncogCollection in org.encog.neural.data.basic
 

Methods in org.encog.neural.data.basic that return EncogCollection
 EncogCollection BasicNeuralDataSet.getCollection()
           
 

Methods in org.encog.neural.data.basic with parameters of type EncogCollection
 void BasicNeuralDataSet.setCollection(EncogCollection collection)
          Set the Encog collection that this object belongs to.
 

Uses of EncogCollection in org.encog.neural.networks.layers
 

Methods in org.encog.neural.networks.layers that return EncogCollection
 EncogCollection BasicLayer.getCollection()
           
 

Methods in org.encog.neural.networks.layers with parameters of type EncogCollection
 void BasicLayer.setCollection(EncogCollection collection)
          Not used, layers do not belong to collections.
 

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

Methods in org.encog.neural.networks.synapse.neat that return EncogCollection
 EncogCollection NEATSynapse.getCollection()
           
 

Methods in org.encog.neural.networks.synapse.neat with parameters of type EncogCollection
 void NEATSynapse.setCollection(EncogCollection collection)
           
 

Uses of EncogCollection in org.encog.persist
 

Classes in org.encog.persist that implement EncogCollection
 class EncogMemoryCollection
          A memory based collection of Encog objects.
 class EncogPersistedCollection
          An EncogPersistedCollection holds a collection of EncogPersistedObjects.
 

Methods in org.encog.persist that return EncogCollection
 EncogCollection EncogPersistedObject.getCollection()
           
 EncogCollection BasicPersistedSubObject.getCollection()
          Not implemented.
 EncogCollection BasicPersistedObject.getCollection()
          
 

Methods in org.encog.persist with parameters of type EncogCollection
 void EncogPersistedObject.setCollection(EncogCollection collection)
           
 void BasicPersistedSubObject.setCollection(EncogCollection collection)
          Not implemented.
 void BasicPersistedObject.setCollection(EncogCollection collection)
          
 

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

Methods in org.encog.solve.genetic.population that return EncogCollection
 EncogCollection BasicPopulation.getCollection()
           
 

Methods in org.encog.solve.genetic.population with parameters of type EncogCollection
 void BasicPopulation.setCollection(EncogCollection collection)
          Set the Encog collection that this object belongs to.
 



Copyright © 2011. All Rights Reserved.