oracle.dmt.odm.rule
Class PredicateRuleComponent
java.lang.Object
|
+--oracle.dmt.odm.rule.RuleComponent
|
+--oracle.dmt.odm.rule.PredicateRuleComponent
- public class PredicateRuleComponent
- extends RuleComponent
An instance of PredicateRuleComponent
consists of a predicate - simple, boolean or compound.
Examples include "age < 20", "TRUE", "age < 30 AND salary > 50K".
- Since:
- 9.2.0
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PredicateRuleComponent
public PredicateRuleComponent(Predicate predicate,
float support)
throws MiningObjectException
- For internal use only
PredicateRuleComponent
public PredicateRuleComponent()
throws MiningObjectException
- For internal use only
setPredicate
public void setPredicate(Predicate predicate)
- For internal use only
getPredicate
public Predicate getPredicate()
- Returns the associated
Predicate
.
- Returns:
Predicate
- the associated predicate