Uses of Class
weka.core.xml.XMLBasicSerialization
Packages that use XMLBasicSerialization
-
Uses of XMLBasicSerialization in weka.classifiers.xml
Subclasses of XMLBasicSerialization in weka.classifiers.xmlModifier and TypeClassDescriptionclass
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.xmlModifier and TypeClassDescriptionclass
This class serializes and deserializes an Experiment instance to and fro XML.
It omits theoptions
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.xmlModifier and TypeClassDescriptionclass
This class serializes and deserializes a KnowledgeFlow setup to and fro XML.