Uses of Class
org.encog.parse.tags.read.ReadXML

Packages that use ReadXML
org.encog.persist   
org.encog.persist.persistors   
org.encog.persist.persistors.generic   
 

Uses of ReadXML in org.encog.persist
 

Methods in org.encog.persist that return ReadXML
 ReadXML PersistReader.getXMLInput()
           
 

Methods in org.encog.persist with parameters of type ReadXML
 EncogPersistedObject Persistor.load(ReadXML in)
          Load from the specified node.
 

Uses of ReadXML in org.encog.persist.persistors
 

Methods in org.encog.persist.persistors with parameters of type ReadXML
 void TrainingContinuationPersistor.handleItem(ReadXML in)
          Handle an item.
 void TrainingContinuationPersistor.handleItems(ReadXML in)
          Handle loading the items.
 EncogPersistedObject WeightlessSynapsePersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
 EncogPersistedObject WeightedSynapsePersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
 EncogPersistedObject TrainingContinuationPersistor.load(ReadXML in)
          Load the object.
 EncogPersistedObject TextDataPersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
 EncogPersistedObject SVMNetworkPersistor.load(ReadXML in)
          Load the SVM network.
 EncogPersistedObject RadialBasisFunctionLayerPersistor.load(ReadXML in)
          Load a RBF layer.
 EncogPersistedObject PropertyDataPersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
 EncogPersistedObject OneToOneSynapsePersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
 EncogPersistedObject EncogScriptPersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
 EncogPersistedObject DirectSynapsePersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
 EncogPersistedObject ContextLayerPersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
 EncogPersistedObject BufferedNeuralDataSetPersistor.load(ReadXML in)
          Load the binary file.
 EncogPersistedObject BasicNeuralDataSetPersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
 EncogPersistedObject BasicNetworkPersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
 EncogPersistedObject BasicLayerPersistor.load(ReadXML in)
          Load the specified Encog object from an XML reader.
static ActivationFunction BasicLayerPersistor.loadActivation(String type, ReadXML in)
           
static Matrix PersistorUtil.loadMatrix(ReadXML in)
          Load a matrix from the reader.
 

Uses of ReadXML in org.encog.persist.persistors.generic
 

Methods in org.encog.persist.persistors.generic with parameters of type ReadXML
 EncogPersistedObject GenericPersistor.load(ReadXML in)
          Load from the specified node.
 void XML2Object.load(ReadXML in, EncogPersistedObject target)
          Load an object from XML.
 



Copyright © 2011. All Rights Reserved.