|
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.SOMLayerPersistor
public class SOMLayerPersistor
Persist a som.
| Field Summary | |
|---|---|
static java.lang.String |
NORM_TYPE_MULTIPLICATIVE
String token for the multiplicative normalization method. |
static java.lang.String |
NORM_TYPE_Z_AXIS
String token for the z-axis normalization method. |
| Constructor Summary | |
|---|---|
SOMLayerPersistor()
|
|
| 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 |
| Field Detail |
|---|
public static final java.lang.String NORM_TYPE_MULTIPLICATIVE
public static final java.lang.String NORM_TYPE_Z_AXIS
| Constructor Detail |
|---|
public SOMLayerPersistor()
| 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 | ||||||||