|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.persist.persistors.TrainingContinuationPersistor
public class TrainingContinuationPersistor
Persist a training continuation persistor.
| Field Summary | |
|---|---|
static String |
ATTRIBUTE_NAME
The name attribute. |
static String |
TAG_ITEM
An item tag. |
static String |
TAG_ITEMS
The items tag. |
| Constructor Summary | |
|---|---|
TrainingContinuationPersistor()
|
|
| Method Summary | |
|---|---|
void |
handleItem(ReadXML in)
Handle an item. |
void |
handleItems(ReadXML in)
Handle loading the items. |
EncogPersistedObject |
load(ReadXML in)
Load the object. |
void |
save(EncogPersistedObject obj,
WriteXML out)
Save the object. |
void |
saveItems(WriteXML out)
Save items. |
| 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_ITEMS
public static final String TAG_ITEM
public static final String ATTRIBUTE_NAME
| Constructor Detail |
|---|
public TrainingContinuationPersistor()
| Method Detail |
|---|
public void handleItem(ReadXML in)
in - The XML input object.public void handleItems(ReadXML in)
in - The XML input object.public EncogPersistedObject load(ReadXML in)
load in interface Persistorin - The XML object to load from.
public void save(EncogPersistedObject obj,
WriteXML out)
save in interface Persistorobj - The object to save.out - The XML output object.public void saveItems(WriteXML out)
out - The XML output object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||