类 XMLClassifier
java.lang.Object
weka.core.xml.XMLSerialization
weka.core.xml.XMLBasicSerialization
weka.classifiers.xml.XMLClassifier
- 所有已实现的接口:
RevisionHandler
This class serializes and deserializes a Classifier instance to and
fro XML.
- 版本:
- $Revision: 1.6 $
- 作者:
- FracPete (fracpete at waikato dot ac dot nz)
-
字段概要
从类继承的字段 weka.core.xml.XMLBasicSerialization
VAL_CELLS, VAL_KEY, VAL_MAPPING, VAL_VALUE
从类继承的字段 weka.core.xml.XMLSerialization
ATT_ARRAY, ATT_ARRAY_DEFAULT, ATT_CLASS, ATT_NAME, ATT_NULL, ATT_NULL_DEFAULT, ATT_PRIMITIVE, ATT_PRIMITIVE_DEFAULT, ATT_VERSION, DOCTYPE, ROOT_NODE, TAG_OBJECT, VAL_NO, VAL_ROOT, VAL_YES
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
clear()
generates internally a new XML document and clears also the IgnoreList and the mappings for the Read/Write-MethodsReturns the revision string.从类继承的方法 weka.core.xml.XMLBasicSerialization
readCollection, readCostMatrixOld, readDefaultListModel, readMap, readMatrix, readMatrixOld, writeCollection, writeCostMatrixOld, writeDefaultListModel, writeMap, writeMatrix, writeMatrixOld
从类继承的方法 weka.core.xml.XMLSerialization
fromXML, getVersion, main, read, read, read, read, readBooleanFromXML, readByteFromXML, readCharFromXML, readDoubleFromXML, readFloatFromXML, readFromXML, readFromXML, readIntFromXML, readLongFromXML, readShortFromXML, toXML, write, write, write, write, writeToXML
-
构造器详细资料
-
XMLClassifier
initializes the serialization- 抛出:
Exception
- if initialization fails
-
-
方法详细资料
-
clear
generates internally a new XML document and clears also the IgnoreList and the mappings for the Read/Write-Methods- 覆盖:
clear
在类中XMLBasicSerialization
- 抛出:
Exception
- if initializing fails
-
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 覆盖:
getRevision
在类中XMLBasicSerialization
- 返回:
- the revision
-