|
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.Predicate
|
+--oracle.dmt.odm.rule.SimplePredicate
An instance of SimplePredicate consists of a single comparison between a mining attribute value and a set of constants. The constant can be either numeric or categorical.
Examples for SimplePredicate include "gender = Male" or "marital_status IN (Single, Separated)".
| Method Summary | |
ComparisonFunction |
getCompareFunction()Returns the ComparisonFunction. |
MiningAttribute |
getItem()Returns the MiningAttribute which is the subject of the comparison. |
Category[] |
getValue()Returns the array of Category value to which the mining attribute value is compared. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public ComparisonFunction getCompareFunction()
ComparisonFunction.ComparsionFunction - the comparison functionpublic MiningAttribute getItem()
MiningAttribute which is the subject of the comparison.MiningAttribute - the mining attributepublic Category[] getValue()
Category value to which the mining attribute value is compared.Category[] - array of category values
|
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||