Uses of Class
weka.core.xml.XMLSerialization

Packages that use XMLSerialization
weka.classifiers.xml   
weka.core.xml   
weka.experiment.xml   
weka.gui.beans.xml   
 

Uses of XMLSerialization in weka.classifiers.xml
 

Subclasses of XMLSerialization in weka.classifiers.xml
 class XMLClassifier
          This class serializes and deserializes a Classifier instance to and fro XML.
 

Uses of XMLSerialization in weka.core.xml
 

Subclasses of XMLSerialization in weka.core.xml
 class XMLBasicSerialization
          This serializer contains some read/write methods for common classes that are not beans-conform.
 

Uses of XMLSerialization in weka.experiment.xml
 

Subclasses of XMLSerialization in weka.experiment.xml
 class XMLExperiment
          This class serializes and deserializes an Experiment instance to and fro XML.
It omits the options from the Experiment, since these are handled by the get/set-methods.
 

Uses of XMLSerialization in weka.gui.beans.xml
 

Subclasses of XMLSerialization in weka.gui.beans.xml
 class XMLBeans
          This class serializes and deserializes a KnowledgeFlow setup to and fro XML.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.