|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmerja.associations.itemFreq.ItemSet
Un itemset correspond à une liste d'Item
et un support
Constructor Summary | |
ItemSet()
Constructeur |
|
ItemSet(int taille)
Constructeur |
|
ItemSet(ItemSet prec,
Item item)
Constructeur |
Method Summary | |
protected void |
addItem(Item item)
Ajoute un item |
Item[] |
getItems()
Retourne un tableau contenant tous les items de l'itemset |
protected void |
setSupport(int support)
Change le support |
java.lang.String |
toString()
Retourne une chaîne permettant l'affichage d'un itemset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ItemSet()
public ItemSet(int taille)
taille
- nombre d'itemspublic ItemSet(ItemSet prec, Item item)
prec
- item
- Method Detail |
protected void addItem(Item item)
item
- nouvel itemprotected void setSupport(int support)
support
- nouveau supportpublic Item[] getItems()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |