|
Oracle Data Mining Java API Reference 10g Release 1 (10.1) B12276-01 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.dmt.odm.rule.RuleComponent | +--oracle.dmt.odm.rule.PredicateRuleComponent
An instance of PredicateRuleComponent
consists of a predicate - simple, boolean or compound.
Examples include "age < 20", "TRUE", "age < 30 AND salary > 50K".
Method Summary | |
Predicate |
getPredicate() Returns the associated Predicate . |
Methods inherited from class oracle.dmt.odm.rule.RuleComponent |
addItemSet, getItemSet, getSupport, getSupportCount, setSupportCount |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public Predicate getPredicate()
Predicate
.Predicate
- the associated predicate
|
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |