Variables | |
NodeList | F1 |
List of frequent 1-itemsets. | |
BitmapList | TransBuffy |
Buffer of transaction bitmaps. | |
BaseBitmapList | NameBuffy |
Buffer of name bitmaps. | |
NodeList | NodeBuffy |
Buffer of tree nodess. | |
TreeNode * | Root |
The root (the nullset). | |
TailElement * | gTail |
global tail pointer | |
TailElement * | TailBuffy |
Common Buffer for tail elements. | |
Bitmap * | NullTrans |
A transaction bitmap filled with ones. | |
int * | ItemMap |
For renaming items after sorting by support. | |
int * | ReverseItemMap |
For remembering the renaming... | |
BaseBitmapList | MFI |
List of Maximally Frequent Itemsets. | |
HashTable | HT |
Hash table of transaction supports. | |
vector< int > | SupportCountList |
List that stores support count. | |
BaseBitmap * | TempName |
Temporary buffer for one name bitmap. | |
SubtreeEstimate * | EstimateBuffy |
Buffer of subtree estimates. | |
int * | MFIBySizes |
Buffer for counting MFI by itemset size. | |
int * | ItemsetBuffy |
Buffer for writing itemsets to file output. |
|
Buffer of subtree estimates.
|
|
List of frequent 1-itemsets.
Definition at line 153 of file Mafia.cpp. Referenced by AddToF1(), CheckHUTMFI(), MAFIA(), MergeRepeatedItemsets(), and ReorderTail(). |
|
global tail pointer
|
|
Hash table of transaction supports.
Definition at line 164 of file Mafia.cpp. Referenced by AddToFCI(). |
|
For renaming items after sorting by support.
Definition at line 161 of file Mafia.cpp. Referenced by AddToFI(), and PrintMFI(). |
|
Buffer for writing itemsets to file output.
Definition at line 169 of file Mafia.cpp. Referenced by AddToFI(). |
|
List of Maximally Frequent Itemsets.
Definition at line 163 of file Mafia.cpp. Referenced by AddToFCI(), AddToMFI(), PrintMFI(), and SortLMFI(). |
|
Buffer for counting MFI by itemset size.
Definition at line 168 of file Mafia.cpp. Referenced by AddToFCI(), AddToFI(), and AddToMFI(). |
|
Buffer of name bitmaps.
Definition at line 155 of file Mafia.cpp. Referenced by MAFIA(). |
|
Buffer of tree nodess.
Definition at line 156 of file Mafia.cpp. Referenced by MAFIA(). |
|
A transaction bitmap filled with ones.
|
|
For remembering the renaming...
|
|
The root (the nullset).
|
|
List that stores support count.
Definition at line 165 of file Mafia.cpp. Referenced by AddToFCI(), AddToMFI(), and PrintMFI(). |
|
Common Buffer for tail elements.
|
|
Temporary buffer for one name bitmap.
|
|
Buffer of transaction bitmaps.
Definition at line 154 of file Mafia.cpp. Referenced by MAFIA(), and ReorderTail(). |