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 theTrueandFalsePMML 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 booleangetValue()Returns the value of the constantvoidsetValue(boolean value)Sets the value of the constant
-