Uses of Class
weka.core.xml.XMLBasicSerialization

Packages that use XMLBasicSerialization
weka.classifiers.xml   
weka.experiment.xml   
weka.gui.beans.xml   
 

Uses of XMLBasicSerialization in weka.classifiers.xml
 

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

Uses of XMLBasicSerialization in weka.experiment.xml
 

Subclasses of XMLBasicSerialization 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 XMLBasicSerialization in weka.gui.beans.xml
 

Subclasses of XMLBasicSerialization 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.