Uses of Class
org.dmg.pmml.Predicate
-
Packages that use Predicate Package Description org.dmg.pmml org.dmg.pmml.mining org.dmg.pmml.rule_set org.dmg.pmml.scorecard org.dmg.pmml.tree org.jpmml.model.visitors -
-
Uses of Predicate in org.dmg.pmml
Subclasses of Predicate in org.dmg.pmml Modifier and Type Class Description classCompoundPredicateclassFalseclassSimplePredicateclassSimpleSetPredicateclassTrueMethods in org.dmg.pmml with type parameters of type Predicate Modifier and Type Method Description default <P extends Predicate>
PHasPredicate. requirePredicate(java.lang.Class<? extends P> clazz)Methods in org.dmg.pmml that return Predicate Modifier and Type Method Description PredicateHasPredicate. getPredicate()PredicateHasPredicate. requirePredicate()Methods in org.dmg.pmml that return types with arguments of type Predicate Modifier and Type Method Description java.util.List<Predicate>CompoundPredicate. getPredicates()java.util.List<Predicate>CompoundPredicate. requirePredicates()Methods in org.dmg.pmml with parameters of type Predicate Modifier and Type Method Description CompoundPredicateCompoundPredicate. addPredicates(Predicate... predicates)EHasPredicate. setPredicate(Predicate predicate)VisitorActionVisitor. visit(Predicate predicate)Constructor parameters in org.dmg.pmml with type arguments of type Predicate Constructor Description CompoundPredicate(CompoundPredicate.BooleanOperator booleanOperator, java.util.List<Predicate> predicates) -
Uses of Predicate in org.dmg.pmml.mining
Methods in org.dmg.pmml.mining that return Predicate Modifier and Type Method Description PredicateSegment. getPredicate()PredicateSegment. requirePredicate()Methods in org.dmg.pmml.mining with parameters of type Predicate Modifier and Type Method Description SegmentSegment. setPredicate(Predicate predicate)Constructors in org.dmg.pmml.mining with parameters of type Predicate Constructor Description Segment(Predicate predicate, Model model) -
Uses of Predicate in org.dmg.pmml.rule_set
Methods in org.dmg.pmml.rule_set that return Predicate Modifier and Type Method Description PredicateCompoundRule. getPredicate()PredicateSimpleRule. getPredicate()PredicateCompoundRule. requirePredicate()PredicateSimpleRule. requirePredicate()Methods in org.dmg.pmml.rule_set with parameters of type Predicate Modifier and Type Method Description CompoundRuleCompoundRule. setPredicate(Predicate predicate)SimpleRuleSimpleRule. setPredicate(Predicate predicate)Constructors in org.dmg.pmml.rule_set with parameters of type Predicate Constructor Description CompoundRule(Predicate predicate, java.util.List<Rule> rules)SimpleRule(java.lang.Object score, Predicate predicate) -
Uses of Predicate in org.dmg.pmml.scorecard
Methods in org.dmg.pmml.scorecard that return Predicate Modifier and Type Method Description PredicateAttribute. getPredicate()PredicateAttribute. requirePredicate()Methods in org.dmg.pmml.scorecard with parameters of type Predicate Modifier and Type Method Description AttributeAttribute. setPredicate(Predicate predicate)Constructors in org.dmg.pmml.scorecard with parameters of type Predicate Constructor Description Attribute(Predicate predicate) -
Uses of Predicate in org.dmg.pmml.tree
Methods in org.dmg.pmml.tree that return Predicate Modifier and Type Method Description PredicateComplexNode. getPredicate()PredicateSimpleNode. getPredicate()PredicateComplexNode. requirePredicate()PredicateSimpleNode. requirePredicate()Methods in org.dmg.pmml.tree with parameters of type Predicate Modifier and Type Method Description ComplexNodeComplexNode. setPredicate(Predicate predicate)SimpleNodeSimpleNode. setPredicate(Predicate predicate)Constructors in org.dmg.pmml.tree with parameters of type Predicate Constructor Description BranchNode(java.lang.Object score, Predicate predicate)ClassifierNode(java.lang.Object score, Predicate predicate)ComplexNode(java.lang.Object score, Predicate predicate)CountingBranchNode(java.lang.Object score, Predicate predicate)CountingLeafNode(java.lang.Object score, Predicate predicate)LeafNode(java.lang.Object score, Predicate predicate)SimpleNode(java.lang.Object score, Predicate predicate) -
Uses of Predicate in org.jpmml.model.visitors
Fields in org.jpmml.model.visitors with type parameters of type Predicate Modifier and Type Field Description static java.lang.ThreadLocal<PMMLObjectCache<Predicate>>PredicateInterner. CACHE_PROVIDERMethods in org.jpmml.model.visitors that return Predicate Modifier and Type Method Description abstract PredicatePredicateFilterer. filter(Predicate predicate)PredicatePredicateInterner. intern(Predicate predicate)Methods in org.jpmml.model.visitors with parameters of type Predicate Modifier and Type Method Description abstract PredicatePredicateFilterer. filter(Predicate predicate)PredicatePredicateInterner. intern(Predicate predicate)VisitorActionAbstractVisitor. visit(Predicate predicate)Method parameters in org.jpmml.model.visitors with type arguments of type Predicate Modifier and Type Method Description voidPredicateFilterer. filterAll(java.util.List<Predicate> predicates)
-