|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.neural.networks.training.propagation.PersistTrainingContinuation
public class PersistTrainingContinuation
Persist the training continuation.
Constructor Summary | |
---|---|
PersistTrainingContinuation()
|
Method Summary | |
---|---|
int |
getFileVersion()
|
String |
getPersistClassString()
|
Object |
read(InputStream is)
Read the object from an input stream. |
void |
save(OutputStream os,
Object obj)
Save the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PersistTrainingContinuation()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |