Uses of Class
org.encog.parse.tags.write.WriteXML

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

Uses of WriteXML in org.encog.persist
 

Methods in org.encog.persist with parameters of type WriteXML
 void Persistor.save(EncogPersistedObject object, WriteXML out)
          Save the specified object.
 void PersistReader.saveModified(WriteXML out, String targetName, String newName, String newDesc)
          Modify the properties of this object.
 void PersistReader.saveTo(WriteXML out, String skip)
          Save all objects to the specified steam, skip the one specified by the skip parameter.
 

Uses of WriteXML in org.encog.persist.persistors
 

Methods in org.encog.persist.persistors with parameters of type WriteXML
static void PersistorUtil.beginEncogObject(String objectType, WriteXML out, EncogPersistedObject obj, boolean top)
          Write the beginning XML for an Encog object.
 void WeightlessSynapsePersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
 void WeightedSynapsePersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
 void TrainingContinuationPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the object.
 void TextDataPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
 void SVMNetworkPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save a SVMNetwork.
 void RadialBasisFunctionLayerPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save a RBF layer.
 void PropertyDataPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
 void OneToOneSynapsePersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
 void EncogScriptPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
 void DirectSynapsePersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
 void ContextLayerPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
 void BufferedNeuralDataSetPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the binary file.
 void BasicNeuralDataSetPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
 void BasicNetworkPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
 void BasicLayerPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified Encog object to an XML writer.
static void BasicLayerPersistor.saveActivationFunction(ActivationFunction activationFunction, WriteXML out)
           
 void TrainingContinuationPersistor.saveItems(WriteXML out)
          Save items.
static void PersistorUtil.saveMatrix(Matrix matrix, WriteXML out)
          Save the specified matrix.
static void SVMNetworkPersistor.saveModel(WriteXML out, svm_model model)
          Save a model.
 

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

Methods in org.encog.persist.persistors.generic with parameters of type WriteXML
 void Object2XML.save(EncogPersistedObject encogObject, WriteXML out)
          Save the object to XML.
 void GenericPersistor.save(EncogPersistedObject obj, WriteXML out)
          Save the specified object.
 



Copyright © 2011. All Rights Reserved.