Package | Description |
---|---|
com.pervasive.datarush.analytics.decisiontree |
Provides PMML model classes for decision trees.
|
Modifier and Type | Class and Description |
---|---|
class |
CompoundPredicate
Corresponds to the
CompoundPredicate PMML element. |
class |
ConstantPredicate
Corresponds to the
True and False PMML elements. |
class |
SimplePredicate
Corresponds to the PMML
SimplePredicate element. |
class |
SimpleSetPredicate
Corresponds to the PMML
SimpleSetPredicate element. |
Modifier and Type | Method and Description |
---|---|
Predicate |
TreeNode.getPredicate()
Returns the predicate element associate with this node.
|
Modifier and Type | Method and Description |
---|---|
List<Predicate> |
CompoundPredicate.getChildren()
Returns the child predicate elements.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeNode.setPredicate(Predicate predicate)
Sets the predicate element associate with this node.
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundPredicate.setChildren(List<Predicate> children)
Sets the child predicate elements.
|
Copyright © 2016 Actian Corporation. All rights reserved.