Package org.encog.persist

Interface Summary
EncogCollection An interface to either a memory or disk-based encog collection.
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
BasicPersistedObject A basic Encog persisted object.
BasicPersistedSubObject Provides a basic implementation for an Encog persisted object that is not top level.
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.
 



Copyright © 2011. All Rights Reserved.