The Encog Project

Package org.encog.persist.persistors

Class Summary
ActivationBiPolarPersistor The Encog persistor used to persist the ActivationBiPolar class.
ActivationCompetitivePersistor The Encog persistor used to persist the ActivationCompetitivePersistor class.
ActivationGaussianPersistor The Encog persistor used to persist the ActivationGaussian class.
ActivationLinearPersistor The Encog persistor used to persist the ActivationLinear class.
ActivationLOGPersistor The Encog persistor used to persist the ActivationLOG class.
ActivationSigmoidPersistor The Encog persistor used to persist the ActivationSigmoid class.
ActivationSINPersistor The Encog persistor used to persist the ActivationSIN class.
ActivationSoftMaxPersistor The Encog persistor used to persist the ActivationSoftMax class.
ActivationTANHPersistor The Encog persistor used to persist the ActivationTANH class.
BasicLayerPersistor Provides basic functions that many of the persistors will need.
BasicNetworkPersistor The Encog persistor used to persist the BasicNetwork class.
BasicNeuralDataSetPersistor The Encog persistor used to persist the ActivationBiPolar class.
ContextLayerPersistor The Encog persistor used to persist the ContextLayer class.
DirectSynapsePersistor The Encog persistor used to persist the DirectSynapse class.
OneToOneSynapsePersistor The Encog persistor used to persist the OneToOneSynapse class.
PersistorUtil This class contains some utilities for persisting objects.
PropertyDataPersistor The Encog persistor used to persist the PropertyData class.
RadialBasisFunctionLayerPersistor The Encog persistor used to persist the RadialBasisFunctionLayer class.
TextDataPersistor The Encog persistor used to persist the TextData class.
TrainingContinuationPersistor Persist a training continuation persistor.
WeightedSynapsePersistor The Encog persistor used to persist the ActivationBiPolar class.
WeightlessSynapsePersistor The Encog persistor used to persist the WeightlessSynapse class.
 


The Encog Project