Uses of Class
weka.core.converters.AbstractClassHierarchyParser

Packages that use AbstractClassHierarchyParser
weka.core.converters   
 

Uses of AbstractClassHierarchyParser in weka.core.converters
 

Subclasses of AbstractClassHierarchyParser in weka.core.converters
 class ClassTreeArffFileParser
          Works as a ClassTreeFileParser, but expects the file to be of arff-format and to contain a comment-line providing as keyword "@hierarchy" followed by a hierarchy-string suitable for ClassTreeParser.setEncodedHierarchy(String encodedHierarchy).
 class ClassTreeFileParser
          Works as ClassTreeParser, but expects the encodedHierarchy to be provided by a file's first line.
 class ClassTreeParser
          ClassTreeParser is a ClassHierarchyParser which provides as ClassHierarchy-structure a ClassTree