Package weka.classifiers.trees

Class Summary
DecisionStump Class for building and using a decision stump.
Id3 Class implementing an Id3 decision tree classifier.
RandomForest Class for constructing random forests.
RandomTree Class for constructing a tree that considers K random features at each node.
REPTree Fast decision tree learner.
UserClassifier Class for generating an user defined decision tree.