|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.persist.persistors.BasicNetworkPersistor
public class BasicNetworkPersistor
The Encog persistor used to persist the BasicNetwork class.
| Field Summary | |
|---|---|
static String |
ATTRIBUTE_FROM
The from attribute. |
static String |
ATTRIBUTE_ID
The id attribute. |
static String |
ATTRIBUTE_LAYER
The to attribute. |
static String |
ATTRIBUTE_NAME
The name attribute. |
static String |
ATTRIBUTE_TO
The to attribute. |
static String |
ATTRIBUTE_TYPE
The type attribute. |
static String |
ATTRIBUTE_TYPE_BOTH
The both layer type. |
static String |
ATTRIBUTE_TYPE_HIDDEN
The hidden layer type. |
static String |
ATTRIBUTE_TYPE_INPUT
The input layer type. |
static String |
ATTRIBUTE_TYPE_OUTPUT
The output layer type. |
static String |
ATTRIBUTE_TYPE_UNKNOWN
The unknown layer type. |
static String |
ATTRIBUTE_VALUE
The value attribute. |
static String |
TAG_LAYER
The layer synapse. |
static String |
TAG_LAYERS
The layers tag. |
static String |
TAG_LOGIC
The logic tag. |
static String |
TAG_OUTPUT
|
static String |
TAG_PROPERTIES
The properties tag. |
static String |
TAG_PROPERTY
The property tag. |
static String |
TAG_SYNAPSE
The synapse tag. |
static String |
TAG_SYNAPSES
The synapses tag. |
static String |
TAG_TAG
The tag tag. |
static String |
TAG_TAGS
The tags tag. |
| Constructor Summary | |
|---|---|
BasicNetworkPersistor()
|
|
| Method Summary | |
|---|---|
EncogPersistedObject |
load(ReadXML in)
Load the specified Encog object from an XML reader. |
void |
save(EncogPersistedObject obj,
WriteXML out)
Save the specified Encog object to an XML writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TAG_LAYERS
public static final String TAG_SYNAPSES
public static final String TAG_SYNAPSE
public static final String TAG_PROPERTIES
public static final String TAG_OUTPUT
public static final String TAG_TAGS
public static final String TAG_TAG
public static final String TAG_LOGIC
public static final String TAG_LAYER
public static final String TAG_PROPERTY
public static final String ATTRIBUTE_ID
public static final String ATTRIBUTE_NAME
public static final String ATTRIBUTE_VALUE
public static final String ATTRIBUTE_TYPE
public static final String ATTRIBUTE_TYPE_INPUT
public static final String ATTRIBUTE_TYPE_OUTPUT
public static final String ATTRIBUTE_TYPE_HIDDEN
public static final String ATTRIBUTE_TYPE_BOTH
public static final String ATTRIBUTE_TYPE_UNKNOWN
public static final String ATTRIBUTE_FROM
public static final String ATTRIBUTE_TO
public static final String ATTRIBUTE_LAYER
| Constructor Detail |
|---|
public BasicNetworkPersistor()
| Method Detail |
|---|
public EncogPersistedObject load(ReadXML in)
load in interface Persistorin - The XML reader to use.
public void save(EncogPersistedObject obj,
WriteXML out)
save in interface Persistorobj - The object to save.out - The XML writer to save to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||