Class | Description |
---|---|
KOML |
This class is a helper class for XML serialization using KOML .
|
MethodHandler |
This class handles relationships between display names of properties
(or classes) and Methods that are associated with them.
|
PropertyHandler |
This class stores information about properties to ignore or properties
that are allowed for a certain class.
|
SerialUIDChanger |
This class enables one to change the UID of a serialized object and therefore
not losing the data stored in the binary format.
|
XMLBasicSerialization |
This serializer contains some read/write methods for common classes that
are not beans-conform.
|
XMLDocument |
This class offers some methods for generating, reading and writing
XML documents.
It can only handle UTF-8. |
XMLInstances |
XML representation of the Instances class.
|
XMLOptions |
A class for transforming options listed in XML to a regular WEKA command
line string.
|
XMLSerialization |
With this class objects can be serialized to XML instead into a binary
format.
|
XMLSerializationMethodHandler |
This class handles relationships between display names of properties
(or classes) and Methods that are associated with them.
|
XStream |
This class is a helper class for XML serialization using
XStream .
|