org.encog.neural.rbf
public class PersistRBFNetwork extends Object implements EncogPersistor
Constructor and Description |
---|
PersistRBFNetwork() |
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 EncogPersistor
public final 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.