Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


oracle.dmt.jdm.association
Class OraItemset

java.lang.Object
  extended byoracle.dmt.jdm.OraDMObject
      extended byoracle.dmt.jdm.association.OraItemset

All Implemented Interfaces:
javax.datamining.association.Itemset, oracle.dmt.jdm.OraPLSQLConstants

public class OraItemset
extends oracle.dmt.jdm.OraDMObject
implements javax.datamining.association.Itemset

OraItemset is an extension of Itemset in the standard. It defines getItemsetId extension method to support retrieval of itemset id.


Nested Class Summary
static class OraItemset.OraItem
           

 

Method Summary
 int getItemsetId()
          Oracle extension.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getItemsetId

public int getItemsetId()
Oracle extension. Returns the identifier of the itemset that is unique within the model.
Returns:
int

Skip navigation links

Oracle Data Mining Java API Reference
11g Release 1 (11.1)

B28132-01


Copyright © 2005-2007 Oracle. All rights reserved.