Uses of Class
com.imsl.datamining.decisionTree.Tree
Packages that use Tree
Package
Description
Data mining and machine learning.
Decision trees.
-
Uses of Tree in com.imsl.datamining
Methods in com.imsl.datamining that return types with arguments of type TreeModifier and TypeMethodDescriptionGradientBoosting.getTreeList()Returns the list of boosted trees. -
Uses of Tree in com.imsl.datamining.decisionTree
Methods in com.imsl.datamining.decisionTree that return TreeModifier and TypeMethodDescriptionprotected TreeTree.clone()Returns a clone of this object.DecisionTree.getDecisionTree()Returns aTreeobject.Methods in com.imsl.datamining.decisionTree with parameters of type TreeModifier and TypeMethodDescriptionvoidALACART.addSurrogates(Tree tree, double[] surrogateInfo) Adds the surrogate information to the tree.voidDecisionTreeSurrogateMethod.addSurrogates(Tree tree, double[] surrogateInfo) Adds the surrogate information to the tree.