The Encog Project

Package org.encog.neural.persist

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

Class Summary
EncogPersistedCollection An EncogPersistedCollection holds a collection of EncogPersistedObjects.
 


The Encog Project