|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.thermal.PersistHopfield
public class PersistHopfield
Persist the Hopfield network.
| Constructor Summary | |
|---|---|
PersistHopfield()
|
|
| 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 PersistHopfield()
| Method Detail |
|---|
public int getFileVersion()
getFileVersion in interface EncogPersistorpublic String getPersistClassString()
getPersistClassString in interface EncogPersistorpublic Object read(InputStream is)
read in interface EncogPersistoris - The input stream.
public void save(OutputStream os,
Object obj)
save in interface EncogPersistoros - 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 | |||||||||