Package | Description |
---|---|
com.pervasive.datarush.analytics.decisiontree |
Provides PMML model classes for decision trees.
|
Modifier and Type | Method and Description |
---|---|
SimplePredicate.Operator |
SimplePredicate.getOperator()
Returns the value of the "operator" attribute.
|
static SimplePredicate.Operator |
SimplePredicate.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimplePredicate.Operator[] |
SimplePredicate.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 |
SimplePredicate.setOperator(SimplePredicate.Operator operator)
Sets the value of the "operator" attribute.
|
Copyright © 2016 Actian Corporation. All rights reserved.