|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An Itemset object is a component of
an association rule and consists of items. An
itemset consists of one or more categorical
values. For example, the itemset {milk,
bread, butter} is composed of three items.
The same categorical values can be referenced by
multiple itemsets.
| Method Summary | |
int |
getAbsoluteSupport()
Returns the support of the itemset in terms of the number of cases that contain the itemset. |
java.lang.Object[] |
getItems()
Returns an array of items contained in the itemset. |
int |
getSize()
Returns the size of the itemset in terms of the number of items. |
double |
getSupport()
Returns the support for this itemset in the model as a percentage of the total number of transactions. |
| Method Detail |
public int getAbsoluteSupport()
public java.lang.Object[] getItems()
public int getSize()
public double getSupport()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||