|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.persist.persistors.BasicNeuralDataSetPersistor
public class BasicNeuralDataSetPersistor
The Encog persistor used to persist the ActivationBiPolar class.
| Field Summary | |
|---|---|
static String |
TAG_IDEAL
THe ideal tag. |
static String |
TAG_INPUT
The input tag. |
static String |
TAG_ITEM
The item tag. |
| Constructor Summary | |
|---|---|
BasicNeuralDataSetPersistor()
|
|
| 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_ITEM
public static final String TAG_INPUT
public static final String TAG_IDEAL
| Constructor Detail |
|---|
public BasicNeuralDataSetPersistor()
| 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 | |||||||||