|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.ml.hmm.PersistHMM
public class PersistHMM
Persist a HMM.
Constructor Summary | |
---|---|
PersistHMM()
|
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 PersistHMM()
Method Detail |
---|
public final int getFileVersion()
getFileVersion
in interface EncogPersistor
public final String getPersistClassString()
getPersistClassString
in interface EncogPersistor
public final Object read(InputStream is)
read
in interface EncogPersistor
is
- The input stream.
public final 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 |