|
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.ActivationTANHPersistor
public class ActivationTANHPersistor
Persist the TANH object.
| Constructor Summary | |
|---|---|
ActivationTANHPersistor()
|
|
| Method Summary | |
|---|---|
EncogPersistedObject |
load(org.w3c.dom.Element node)
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 ActivationTANHPersistor()
| Method Detail |
|---|
public EncogPersistedObject load(org.w3c.dom.Element node)
load in interface Persistornode - 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 | ||||||||