Uses of Class
com.pervasive.datarush.analytics.decisiontree.Predicate
Packages that use Predicate
Package
Description
Provides PMML model classes for decision trees.
-
Uses of Predicate in com.pervasive.datarush.analytics.decisiontree
Subclasses of Predicate in com.pervasive.datarush.analytics.decisiontreeModifier and TypeClassDescriptionfinal classCorresponds to theCompoundPredicatePMML element.final classCorresponds to theTrueandFalsePMML elements.final classCorresponds to the PMMLSimplePredicateelement.final classCorresponds to the PMMLSimpleSetPredicateelement.Methods in com.pervasive.datarush.analytics.decisiontree that return PredicateModifier and TypeMethodDescriptionTreeNode.getPredicate()Returns the predicate element associate with this node.Methods in com.pervasive.datarush.analytics.decisiontree that return types with arguments of type PredicateModifier and TypeMethodDescriptionCompoundPredicate.getChildren()Returns the child predicate elements.Methods in com.pervasive.datarush.analytics.decisiontree with parameters of type PredicateModifier and TypeMethodDescriptionvoidTreeNode.setPredicate(Predicate predicate) Sets the predicate element associate with this node.Method parameters in com.pervasive.datarush.analytics.decisiontree with type arguments of type PredicateModifier and TypeMethodDescriptionfinal voidCompoundPredicate.setChildren(List<Predicate> children) Sets the child predicate elements.