Oracle Data Mining Java API Reference
10g Release 1 (10.1)

B12276-01

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

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

getPredicate

public Predicate getPredicate()
Returns the associated Predicate.
Returns:
Predicate - the associated predicate

Copyright © 2003 Oracle Corporation. All Rights Reserved.