Uses of Interface
weka.core.converters.ClassHierarchyParser

Packages that use ClassHierarchyParser
weka.classifiers.meta   
weka.core.converters   
 

Uses of ClassHierarchyParser in weka.classifiers.meta
 

Fields in weka.classifiers.meta declared as ClassHierarchyParser
private  ClassHierarchyParser HND.classHierarchyParser
          The default parser is a ClassTreeArffFileParser, suitable for a hierarchy encoded within a single String.
 

Uses of ClassHierarchyParser in weka.core.converters
 

Classes in weka.core.converters that implement ClassHierarchyParser
 class AbstractClassHierarchyParser
          This abstract parser does ensure the class-attribute of the instances given to the init-method is nominal.
 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