Uses of Class
com.pervasive.datarush.analytics.decisiontree.SimplePredicate.Operator
-
Packages that use SimplePredicate.Operator Package Description com.pervasive.datarush.analytics.decisiontree Provides PMML model classes for decision trees. -
-
Uses of SimplePredicate.Operator in com.pervasive.datarush.analytics.decisiontree
Methods in com.pervasive.datarush.analytics.decisiontree that return SimplePredicate.Operator Modifier and Type Method 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.Methods in com.pervasive.datarush.analytics.decisiontree with parameters of type SimplePredicate.Operator Modifier and Type Method Description void
SimplePredicate. setOperator(SimplePredicate.Operator operator)
Sets the value of the "operator" attribute.
-