Uses of Class
com.pervasive.datarush.analytics.decisiontree.SimpleSetPredicate.Operator
-
Packages that use SimpleSetPredicate.Operator Package Description com.pervasive.datarush.analytics.decisiontree Provides PMML model classes for decision trees. -
-
Uses of SimpleSetPredicate.Operator in com.pervasive.datarush.analytics.decisiontree
Methods in com.pervasive.datarush.analytics.decisiontree that return SimpleSetPredicate.Operator Modifier and Type Method Description SimpleSetPredicate.Operator
SimpleSetPredicate. getOperator()
Returns the value of the "booleanOperator" attribute.static SimpleSetPredicate.Operator
SimpleSetPredicate.Operator. valueOf(String name)
Returns the enum constant of this type with the specified name.static SimpleSetPredicate.Operator[]
SimpleSetPredicate.Operator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.analytics.decisiontree with parameters of type SimpleSetPredicate.Operator Modifier and Type Method Description void
SimpleSetPredicate. setOperator(SimpleSetPredicate.Operator operator)
Sets the value of the "booleanOperator" attribute.
-