Uses of Class
weka.core.xml.XMLSerialization
Packages that use XMLSerialization
-
Uses of XMLSerialization in weka.classifiers.xml
Subclasses of XMLSerialization in weka.classifiers.xmlModifier and TypeClassDescriptionclass
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.xmlModifier and TypeClassDescriptionclass
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.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 XMLSerialization in weka.gui.beans.xml
Subclasses of XMLSerialization in weka.gui.beans.xmlModifier and TypeClassDescriptionclass
This class serializes and deserializes a KnowledgeFlow setup to and fro XML.