Uses of Class
com.imsl.datamining.decisionTree.DecisionTree
Packages that use DecisionTree
-
Uses of DecisionTree in com.imsl.datamining.decisionTree
Subclasses of DecisionTree in com.imsl.datamining.decisionTreeModifier and TypeClassDescriptionclassGenerates a decision tree using the CARTTM method of Breiman, Friedman, Olshen and Stone (1984).classGenerates a decision tree using the C4.5 algorithm for a categorical response variable and categorical or quantitative predictor variables.classGenerates a decision tree using CHAID for categorical or discrete ordered predictor variables.classAbstract class that extendsDecisionTreefor classes that use an information gain criteria.classGenerates a decision tree using the QUEST algorithm for a categorical response variable and categorical or quantitative predictor variables.Constructors in com.imsl.datamining.decisionTree with parameters of type DecisionTreeModifierConstructorDescriptionConstructs aRandomTreesrandom forest of the input decision tree.