org.encog.neural.networks
public class PersistBasicNetwork extends Object implements EncogPersistor
Constructor and Description |
---|
PersistBasicNetwork() |
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 EncogPersistor
public String getPersistClassString()
getPersistClassString
in interface EncogPersistor
public Object read(InputStream is)
read
in interface EncogPersistor
is
- The input stream.public void save(OutputStream os, Object obj)
save
in interface EncogPersistor
os
- The output stream to save to.obj
- The object to save.Copyright © 2014. All Rights Reserved.