| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundPredicate |
class |
False |
class |
SimplePredicate |
class |
SimpleSetPredicate |
class |
True |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
HasPredicate.getPredicate() |
Predicate |
HasPredicate.requirePredicate() |
| Modifier and Type | Method and Description |
|---|---|
List<Predicate> |
CompoundPredicate.getPredicates() |
List<Predicate> |
CompoundPredicate.requirePredicates() |
| Modifier and Type | Method and Description |
|---|---|
CompoundPredicate |
CompoundPredicate.addPredicates(Predicate... predicates) |
E |
HasPredicate.setPredicate(Predicate predicate) |
VisitorAction |
Visitor.visit(Predicate predicate) |
| Constructor and Description |
|---|
CompoundPredicate(CompoundPredicate.BooleanOperator booleanOperator,
List<Predicate> predicates) |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Segment.getPredicate() |
Predicate |
Segment.requirePredicate() |
| Modifier and Type | Method and Description |
|---|---|
Segment |
Segment.setPredicate(Predicate predicate) |
| Constructor and Description |
|---|
Segment(Predicate predicate,
Model model) |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
CompoundRule.getPredicate() |
Predicate |
SimpleRule.getPredicate() |
Predicate |
CompoundRule.requirePredicate() |
Predicate |
SimpleRule.requirePredicate() |
| Modifier and Type | Method and Description |
|---|---|
CompoundRule |
CompoundRule.setPredicate(Predicate predicate) |
SimpleRule |
SimpleRule.setPredicate(Predicate predicate) |
| Constructor and Description |
|---|
CompoundRule(Predicate predicate,
List<Rule> rules) |
SimpleRule(Object score,
Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Attribute.getPredicate() |
Predicate |
Attribute.requirePredicate() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.setPredicate(Predicate predicate) |
| Constructor and Description |
|---|
Attribute(Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
ComplexNode.getPredicate() |
Predicate |
SimpleNode.getPredicate() |
Predicate |
ComplexNode.requirePredicate() |
Predicate |
SimpleNode.requirePredicate() |
| Modifier and Type | Method and Description |
|---|---|
ComplexNode |
ComplexNode.setPredicate(Predicate predicate) |
SimpleNode |
SimpleNode.setPredicate(Predicate predicate) |
| Constructor and Description |
|---|
BranchNode(Object score,
Predicate predicate) |
ClassifierNode(Object score,
Predicate predicate) |
ComplexNode(Object score,
Predicate predicate) |
CountingBranchNode(Object score,
Predicate predicate) |
CountingLeafNode(Object score,
Predicate predicate) |
LeafNode(Object score,
Predicate predicate) |
SimpleNode(Object score,
Predicate predicate) |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<PMMLObjectCache<Predicate>> |
PredicateInterner.CACHE_PROVIDER |
| Modifier and Type | Method and Description |
|---|---|
abstract Predicate |
PredicateFilterer.filter(Predicate predicate) |
Predicate |
PredicateInterner.intern(Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
abstract Predicate |
PredicateFilterer.filter(Predicate predicate) |
Predicate |
PredicateInterner.intern(Predicate predicate) |
VisitorAction |
AbstractVisitor.visit(Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
PredicateFilterer.filterAll(List<Predicate> predicates) |
Copyright © 2022. All rights reserved.