|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmerja.associations.regles.RegleSet
Represente une règle d'association
Constructor Summary | |
RegleSet(int[] fi,
int suFi,
int[] se,
int suSe,
double conf,
Hash h)
Constructeur |
Method Summary | |
Item[] |
getAllItems()
Retourne un tableau contenant tous les items de la règle |
Item[] |
getFirstItems()
Retourne un tableau d'items correspondant à la partie gauche de la règle |
Item[] |
getSecondItems()
Retourne un tableau d'items correspondant à la partie droite de la règle |
java.lang.String |
toString()
Retourne une chaîne permettant l'affichage d'une règle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RegleSet(int[] fi, int suFi, int[] se, int suSe, double conf, Hash h)
fi
- tableau d'items correspondant à la partie gauchesuFi
- support de la partie gauchese
- tableau d'items correspondant à la partie droitesuSe
- support de la partie droiteconf
- confiance de la règleh
- table de hashageMethod Detail |
public Item[] getFirstItems()
public Item[] getSecondItems()
public Item[] getAllItems()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |