Variables | |
int | CountFHUT = 0 |
# of times FHUT was successful | |
int | CountNodes = 0 |
# of frequent nodes in the tree | |
int | CountCounts = 0 |
# of Counts or all nodes in the tree | |
int | CountAnds = 0 |
# of ANDs of normal bitmaps | |
int | CountSmallAnds = 0 |
# of compressed bitmap ANDs | |
int | CountPEPrunes = 0 |
# of PEPruning | |
int | CountCheckPosition = 0 |
# of CheckPosition calls | |
int | CountHUTMFI = 0 |
# of HUTMFI attempts | |
int | CountHUTMFISuccess = 0 |
# of HUTMFI successes | |
int | CountRebuilds |
# of Rebuilds |
|
# of ANDs of normal bitmaps
Definition at line 123 of file Mafia.cpp. Referenced by BaseBitmap::AndOnly(), MAFIA(), MergeRepeatedItemsets(), BaseBitmap::NotAndOnly(), and ReorderTail(). |
|
# of CheckPosition calls
Definition at line 126 of file Mafia.cpp. Referenced by AddToFI(), BaseBitmap::CheckPosition(), PrintMFI(), and SortLMFI(). |
|
# of Counts or all nodes in the tree
Definition at line 122 of file Mafia.cpp. Referenced by BaseBitmap::Count(), MAFIA(), ReorderTail(), and Bitmap::SmallCount(). |
|
# of times FHUT was successful
Definition at line 120 of file Mafia.cpp. Referenced by MAFIA(). |
|
# of HUTMFI attempts
Definition at line 127 of file Mafia.cpp. Referenced by MAFIA(). |
|
# of HUTMFI successes
Definition at line 128 of file Mafia.cpp. Referenced by MAFIA(). |
|
# of frequent nodes in the tree
Definition at line 121 of file Mafia.cpp. Referenced by MAFIA(). |
|
# of PEPruning
Definition at line 125 of file Mafia.cpp. Referenced by MAFIA(), and ReorderTail(). |
|
# of Rebuilds
Definition at line 129 of file Mafia.cpp. Referenced by MAFIA(), and ReorderTail(). |
|
# of compressed bitmap ANDs
Definition at line 124 of file Mafia.cpp. Referenced by Bitmap::AndCompOnly(), MAFIA(), Bitmap::NotAndCompOnly(), and ReorderTail(). |