Uses of Class
com.pervasive.datarush.analytics.decisiontree.TreeNode
Packages that use TreeNode
Package
Description
Provides PMML model classes for decision trees.
Provides the PMML learner operator and associated classes.
-
Uses of TreeNode in com.pervasive.datarush.analytics.decisiontree
Methods in com.pervasive.datarush.analytics.decisiontree that return TreeNodeModifier and TypeMethodDescriptionPMMLTreeModel.getRootNode()Returns the root node element of the modelMethods in com.pervasive.datarush.analytics.decisiontree that return types with arguments of type TreeNodeModifier and TypeMethodDescriptionTreeNode.getChildren()Returns the list of childNodeelements associated with this node.Methods in com.pervasive.datarush.analytics.decisiontree with parameters of type TreeNodeModifier and TypeMethodDescriptionvoidPMMLTreeModel.setRootNode(TreeNode rootNode) Sets the root node element of the modelMethod parameters in com.pervasive.datarush.analytics.decisiontree with type arguments of type TreeNodeModifier and TypeMethodDescriptionfinal voidTreeNode.setChildren(List<TreeNode> children) Sets the list of childNodeelements associated with this node. -
Uses of TreeNode in com.pervasive.datarush.analytics.decisiontree.learner
Methods in com.pervasive.datarush.analytics.decisiontree.learner with parameters of type TreeNodeModifier and TypeMethodDescriptionstatic TargetCountsTargetCounts.fromNode(DynamicEnum targetType, TreeNode node) Public only as a matter of implementation; clients should not use this method.