The Encog Project

Package org.encog.neural.persist.persistors

Class Summary
ActivationLinearPersistor Persist the linear activation object.
ActivationSigmoidPersistor Persist the sigmoid activation function.
ActivationTANHPersistor Persist the TANH object.
BasicLayerPersistor Persistence methods for the basic neural layer.
BasicNetworkPersistor Persist the basic network.
BasicNeuralDataSetPersistor Persist the basic neural data set.
FeedforwardLayerPersistor Persist a feedforward layer.
HopfieldLayerPersistor Persist a hopfield layer.
MatrixPersistor Persist a matrix.
SOMLayerPersistor Persist a som.
 


The Encog Project