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