Uses of Enum Class
com.pervasive.datarush.analytics.decisiontree.SimpleSetPredicate.Operator
Packages that use SimpleSetPredicate.Operator
Package
Description
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.OperatorModifier and TypeMethodDescriptionSimpleSetPredicate.getOperator()Returns the value of the "booleanOperator" attribute.static SimpleSetPredicate.OperatorReturns the enum constant of this class with the specified name.static SimpleSetPredicate.Operator[]SimpleSetPredicate.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.analytics.decisiontree with parameters of type SimpleSetPredicate.OperatorModifier and TypeMethodDescriptionfinal voidSimpleSetPredicate.setOperator(SimpleSetPredicate.Operator operator) Sets the value of the "booleanOperator" attribute.