Uses of Class
weka.core.UnsupportedAttributeTypeException

Packages that use UnsupportedAttributeTypeException
weka.core.converters   
 

Uses of UnsupportedAttributeTypeException in weka.core.converters
 

Methods in weka.core.converters that throw UnsupportedAttributeTypeException
 void ClassTreeParser.init(Instances instanceInfo)
          Inits the ClassTreeParser.
 void ClassHierarchyParser.init(Instances instanceInfo)
          Initiation of a ClassHierarchyParser should enable it to validate a given encoded hierarchy.
 void AbstractClassHierarchyParser.init(Instances instanceInfo)
          This init-method checks only if the class-attribute is nominal.