org.encog.persist.persistors
Class BasicNeuralDataSetPersistor

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

public class BasicNeuralDataSetPersistor
extends Object
implements Persistor

The Encog persistor used to persist the ActivationBiPolar class.

Author:
jheaton

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

TAG_ITEM

public static final String TAG_ITEM
The item tag.

See Also:
Constant Field Values

TAG_INPUT

public static final String TAG_INPUT
The input tag.

See Also:
Constant Field Values

TAG_IDEAL

public static final String TAG_IDEAL
THe ideal tag.

See Also:
Constant Field Values
Constructor Detail

BasicNeuralDataSetPersistor

public BasicNeuralDataSetPersistor()
Method Detail

load

public EncogPersistedObject load(ReadXML in)
Load the specified Encog object from an XML reader.

Specified by:
load in interface Persistor
Parameters:
in - The XML reader to use.
Returns:
The loaded object.

save

public void save(EncogPersistedObject obj,
                 WriteXML out)
Save the specified Encog object to an XML writer.

Specified by:
save in interface Persistor
Parameters:
obj - The object to save.
out - The XML writer to save to.


Copyright © 2011. All Rights Reserved.