org.encog.ml.bayesian
public class PersistBayes extends Object implements EncogPersistor
| Constructor and Description |
|---|
PersistBayes() |
| 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 final int getFileVersion()
getFileVersion in interface EncogPersistorpublic final Object read(InputStream is)
read in interface EncogPersistoris - The input stream.public final void save(OutputStream os, Object obj)
save in interface EncogPersistoros - The output stream to save to.obj - The object to save.public String getPersistClassString()
getPersistClassString in interface EncogPersistorCopyright © 2014. All Rights Reserved.