|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.persist.persistors.FeedforwardLayerPersistor
public class FeedforwardLayerPersistor
Persist a feedforward layer.
| Constructor Summary | |
|---|---|
FeedforwardLayerPersistor()
|
|
| Method Summary | |
|---|---|
EncogPersistedObject |
load(org.w3c.dom.Element layerNode)
Load from the specified node. |
void |
save(EncogPersistedObject object,
javax.xml.transform.sax.TransformerHandler hd)
Save the specified object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeedforwardLayerPersistor()
| Method Detail |
|---|
public EncogPersistedObject load(org.w3c.dom.Element layerNode)
load in interface PersistorlayerNode - The node to load from.
public void save(EncogPersistedObject object,
javax.xml.transform.sax.TransformerHandler hd)
save in interface Persistorobject - The object to save.hd - The XML object.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||