The Encog Project

Package org.encog.persist

Interface Summary
EncogPersistedObject This interface flags an class as being able to be persisted into an Encog collection.
Persistor This interface defines a class that can load and save an EncogPersistedObject.
 

Class Summary
DirectoryEntry The idea of the Encog persisted collection is that the entire file might be quite long and should not be read into memory in its entirity.
EncogMemoryCollection A memory based collection of Encog objects.
EncogPersistedCollection An EncogPersistedCollection holds a collection of EncogPersistedObjects.
PersistReader Utility class for reading Encog persited object files.
PersistWriter Utility class for writing Encog persisted class files.
 

Exception Summary
PersistError General error class for Encog persistence.
 


The Encog Project