Uses of Class
weka.core.converters.ClassTreeFileParser

Packages that use ClassTreeFileParser
weka.core.converters   
 

Uses of ClassTreeFileParser in weka.core.converters
 

Subclasses of ClassTreeFileParser 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).