Package | Description |
---|---|
com.pervasive.datarush.analytics.decisiontree |
Provides PMML model classes for decision trees.
|
com.pervasive.datarush.analytics.decisiontree.learner |
Provides the PMML learner operator and associated classes.
|
Modifier and Type | Method and Description |
---|---|
TreeNode |
PMMLTreeModel.getRootNode()
Returns the root node element of the model
|
Modifier and Type | Method and Description |
---|---|
List<TreeNode> |
TreeNode.getChildren()
Returns the list of child
Node elements associated with this node. |
Modifier and Type | Method and Description |
---|---|
void |
PMMLTreeModel.setRootNode(TreeNode rootNode)
Sets the root node element of the model
|
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.setChildren(List<TreeNode> children)
Sets the list of child
Node elements associated with this node. |
Modifier and Type | Method and Description |
---|---|
static TargetCounts |
TargetCounts.fromNode(DynamicEnum targetType,
TreeNode node)
Public only as a matter of implementation; clients should not use this method.
|
Copyright © 2016 Actian Corporation. All rights reserved.