Uses of Package
weka.classifiers.trees

Packages that use weka.classifiers.trees
weka.classifiers.trees   
weka.classifiers.trees.adtree   
 

Classes in weka.classifiers.trees used by weka.classifiers.trees
ADTree
          Class for generating an alternating decision tree.
Id3
          Class implementing an Id3 decision tree classifier.
RandomTree
          Class for constructing a tree that considers K random features at each node.
REPTree.Tree
          An inner class for building and storing the tree structure
UserClassifier.TreeClass
          Inner class used to represent the actual decision tree structure and data.
 

Classes in weka.classifiers.trees used by weka.classifiers.trees.adtree
ADTree
          Class for generating an alternating decision tree.