org.encog.persist.persistors
Class BufferedNeuralDataSetPersistor

java.lang.Object
  extended by org.encog.persist.persistors.BufferedNeuralDataSetPersistor
All Implemented Interfaces:
Persistor

public class BufferedNeuralDataSetPersistor
extends Object
implements Persistor


Field Summary
static String TAG_FILE
          Tag to hold the binary file name.
 
Constructor Summary
BufferedNeuralDataSetPersistor()
           
 
Method Summary
 EncogPersistedObject load(ReadXML in)
          Load the binary file.
 void save(EncogPersistedObject obj, WriteXML out)
          Save the binary file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_FILE

public static final String TAG_FILE
Tag to hold the binary file name.

See Also:
Constant Field Values
Constructor Detail

BufferedNeuralDataSetPersistor

public BufferedNeuralDataSetPersistor()
Method Detail

load

public EncogPersistedObject load(ReadXML in)
Load the binary file.

Specified by:
load in interface Persistor
Parameters:
in - Where to read the file from.
Returns:
The EncogPersistedObject that was loaded.

save

public void save(EncogPersistedObject obj,
                 WriteXML out)
Save the binary file.

Specified by:
save in interface Persistor
Parameters:
obj - The object to save.
out - Where to save it to.


Copyright © 2011. All Rights Reserved.