dLife Home Page

Uses of Class
dlife.sys.SerializationError

Packages that use SerializationError
dlife.nn Classes and interfaces that support the creation of neural networks. 
dlife.sys Utility classes used throughout the dLife packages. 
 

Uses of SerializationError in dlife.nn
 

Methods in dlife.nn that throw SerializationError
static Object FFNeuralNetwork.read(String filename)
          Read and return the FFNeuralNetwork contained in the specified filename using Java's object serialization mechanism.
 

Uses of SerializationError in dlife.sys
 

Methods in dlife.sys that throw SerializationError
static Object SerializationBase.read(String filename)
          Read and return the object contained in the specified filename using Java's object serialization mechanism.
 void SerializationBase.write(String filename)
          Write this object to the indicated file using Java's object serialization mechanism.
 


dLife Home Page