The Encog Project

org.encog.neural.persist.persistors
Class ActivationTANHPersistor

java.lang.Object
  extended by org.encog.neural.persist.persistors.ActivationTANHPersistor
All Implemented Interfaces:
Persistor

public class ActivationTANHPersistor
extends java.lang.Object
implements Persistor

Persist the TANH object.

Author:
jheaton

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

ActivationTANHPersistor

public ActivationTANHPersistor()
Method Detail

load

public EncogPersistedObject load(org.w3c.dom.Element node)
Load from the specified node.

Specified by:
load in interface Persistor
Parameters:
node - The node to load from.
Returns:
The EncogPersistedObject that was loaded.

save

public void save(EncogPersistedObject object,
                 javax.xml.transform.sax.TransformerHandler hd)
Save the specified object.

Specified by:
save in interface Persistor
Parameters:
object - The object to save.
hd - The XML object.

The Encog Project