Module datarush.analytics
Class ConstantPredicate
- java.lang.Object
-
- com.pervasive.datarush.analytics.decisiontree.Predicate
-
- com.pervasive.datarush.analytics.decisiontree.ConstantPredicate
-
public final class ConstantPredicate extends Predicate
Corresponds to theTrue
andFalse
PMML elements.
-
-
Constructor Summary
Constructors Constructor Description ConstantPredicate(boolean value)
Create a new constant predicate
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getValue()
Returns the value of the constantvoid
setValue(boolean value)
Sets the value of the constant
-