Uses of Interface
org.encog.persist.Persistor

Packages that use Persistor
org.encog.mathutil.matrices   
org.encog.neural.data   
org.encog.neural.data.basic   
org.encog.neural.data.buffer   
org.encog.neural.networks   
org.encog.neural.networks.layers   
org.encog.neural.networks.svm   
org.encog.neural.networks.synapse   
org.encog.neural.networks.synapse.neat   
org.encog.neural.networks.training.propagation   
org.encog.persist   
org.encog.persist.persistors   
org.encog.persist.persistors.generic   
org.encog.script   
org.encog.solve.genetic.population   
 

Uses of Persistor in org.encog.mathutil.matrices
 

Methods in org.encog.mathutil.matrices that return Persistor
 Persistor Matrix.createPersistor()
          Create a Persistor for this object.
 

Uses of Persistor in org.encog.neural.data
 

Methods in org.encog.neural.data that return Persistor
 Persistor TextData.createPersistor()
          Create a persistor to store this object.
 Persistor PropertyData.createPersistor()
           
 

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

Methods in org.encog.neural.data.basic that return Persistor
 Persistor BasicNeuralDataSet.createPersistor()
          Create a persistor for this object.
 

Uses of Persistor in org.encog.neural.data.buffer
 

Methods in org.encog.neural.data.buffer that return Persistor
 Persistor BufferedNeuralDataSet.createPersistor()
           
 

Uses of Persistor in org.encog.neural.networks
 

Methods in org.encog.neural.networks that return Persistor
 Persistor Network.createPersistor()
          Create a persistor for this object.
 Persistor BasicNetwork.createPersistor()
          Create a persistor for this object.
 

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

Methods in org.encog.neural.networks.layers that return Persistor
 Persistor RadialBasisFunctionLayer.createPersistor()
           
 Persistor ContextLayer.createPersistor()
          Create a persistor for this layer.
 Persistor BasicLayer.createPersistor()
          Create a persistor for this layer.
 

Uses of Persistor in org.encog.neural.networks.svm
 

Methods in org.encog.neural.networks.svm that return Persistor
 Persistor SVMNetwork.createPersistor()
          Create a persistor for this object.
 

Uses of Persistor in org.encog.neural.networks.synapse
 

Methods in org.encog.neural.networks.synapse that return Persistor
 Persistor WeightlessSynapse.createPersistor()
          Return a persistor for this object.
 Persistor WeightedSynapse.createPersistor()
          Return a persistor for this object.
 Persistor OneToOneSynapse.createPersistor()
           
 Persistor DirectSynapse.createPersistor()
          Create a persistor for this type of synapse.
 

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

Methods in org.encog.neural.networks.synapse.neat that return Persistor
 Persistor NEATSynapse.createPersistor()
           
 

Uses of Persistor in org.encog.neural.networks.training.propagation
 

Methods in org.encog.neural.networks.training.propagation that return Persistor
 Persistor TrainingContinuation.createPersistor()
           
 

Uses of Persistor in org.encog.persist
 

Methods in org.encog.persist that return Persistor
 Persistor EncogPersistedObject.createPersistor()
          Create a persistor for this object.
 Persistor BasicPersistedObject.createPersistor()
          Create a persistor for this object.
 

Uses of Persistor in org.encog.persist.persistors
 

Classes in org.encog.persist.persistors that implement Persistor
 class BasicLayerPersistor
          Provides basic functions that many of the persistors will need.
 class BasicNetworkPersistor
          The Encog persistor used to persist the BasicNetwork class.
 class BasicNeuralDataSetPersistor
          The Encog persistor used to persist the ActivationBiPolar class.
 class BufferedNeuralDataSetPersistor
           
 class ContextLayerPersistor
          The Encog persistor used to persist the ContextLayer class.
 class DirectSynapsePersistor
          The Encog persistor used to persist the DirectSynapse class.
 class EncogScriptPersistor
          The Encog persistor used to persist the TextData class.
 class OneToOneSynapsePersistor
          The Encog persistor used to persist the OneToOneSynapse class.
 class PropertyDataPersistor
          The Encog persistor used to persist the PropertyData class.
 class RadialBasisFunctionLayerPersistor
          The Encog persistor used to persist the RadialBasisFunctionLayer class.
 class SVMNetworkPersistor
          Persist a SVM network.
 class TextDataPersistor
          The Encog persistor used to persist the TextData class.
 class TrainingContinuationPersistor
          Persist a training continuation persistor.
 class WeightedSynapsePersistor
          The Encog persistor used to persist the WeightedSynapse class.
 class WeightlessSynapsePersistor
          The Encog persistor used to persist the WeightlessSynapse class.
 

Methods in org.encog.persist.persistors that return Persistor
static Persistor PersistorUtil.createPersistor(String className)
          Create a persistor object.
 

Uses of Persistor in org.encog.persist.persistors.generic
 

Classes in org.encog.persist.persistors.generic that implement Persistor
 class GenericPersistor
          An Encog perisistor that can be used with any object that supports the Encog generic persistence.
 

Uses of Persistor in org.encog.script
 

Methods in org.encog.script that return Persistor
 Persistor EncogScript.createPersistor()
           
 

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

Methods in org.encog.solve.genetic.population that return Persistor
 Persistor BasicPopulation.createPersistor()
           
 



Copyright © 2011. All Rights Reserved.