org.encog.neural.bam
public class PersistBAM extends Object implements EncogPersistor
| Constructor and Description |
|---|
PersistBAM() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFileVersion() |
String |
getPersistClassString() |
Object |
read(InputStream is)
Read the object from an input stream.
|
void |
save(OutputStream os,
Object obj)
Save the object.
|
public int getFileVersion()
getFileVersion in interface EncogPersistorpublic String getPersistClassString()
getPersistClassString in interface EncogPersistorpublic Object read(InputStream is)
read in interface EncogPersistoris - The input stream.public void save(OutputStream os, Object obj)
save in interface EncogPersistoros - The output stream to save to.obj - The object to save.Copyright © 2014. All Rights Reserved.