|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.converters.AbstractClassHierarchyParser
This abstract parser does ensure the class-attribute of the instances given to the init-method is nominal.
Constructor Summary | |
AbstractClassHierarchyParser()
|
Method Summary | |
void |
init(Instances instanceInfo)
This init-method checks only if the class-attribute is nominal. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface weka.core.converters.ClassHierarchyParser |
getClassHierarchy, getEncodedHierarchy, setEncodedHierarchy, validate |
Constructor Detail |
public AbstractClassHierarchyParser()
Method Detail |
public void init(Instances instanceInfo) throws UnsupportedAttributeTypeException
init
in interface ClassHierarchyParser
instanceInfo
- the information regarding the type of instances
to be covered by a parsed hierarchy
UnsupportedAttributeTypeException
- any implementation should
ensure the class-attribute to be nominalClassHierarchyParser.init(weka.core.Instances)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |