The Encog Project

Package org.encog.persist.location

Interface Summary
PersistenceLocation A persistence location specifies how the persistence collection is stored.
 

Class Summary
FilePersistence A persistence location based on a file.
InputStreamPersistence This class allows Encog persistence to use a location that is based on an InputStream.
OutputStreamPersistence This class allows Encog persistence to use a location that is based on an OutputStream.
ResourcePersistence A location that allows Encog objects to be read from a resource.
 


The Encog Project