public class ItemSet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int[] |
items
The set of items.
|
int |
support
The associated support of item set.
|
Constructor and Description |
---|
ItemSet(int[] items,
int support)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |