Package | Description |
---|---|
com.pervasive.datarush.analytics.decisiontree |
Provides PMML model classes for decision trees.
|
Modifier and Type | Method and Description |
---|---|
CompoundPredicate.Operator |
CompoundPredicate.getOperator()
Returns the value of the "booleanOperator" attribute.
|
static CompoundPredicate.Operator |
CompoundPredicate.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompoundPredicate.Operator[] |
CompoundPredicate.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompoundPredicate.setOperator(CompoundPredicate.Operator operator)
Sets the value of the "booleanOperator" attribute.
|
Copyright © 2016 Actian Corporation. All rights reserved.