org.encog.persist.persistors
Class BufferedNeuralDataSetPersistor
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_FILE
public static final String TAG_FILE
- Tag to hold the binary file name.
- See Also:
- Constant Field Values
BufferedNeuralDataSetPersistor
public BufferedNeuralDataSetPersistor()
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.