Variables | |
| int | maxtail = 0 |
| int | MFISize = 0 |
| MFI size before pruning. | |
| int | MFIDepth = 0 |
| The aggregated depth of the all MFI elements. | |
| int | F1size = 0 |
| # of frequent 1-itemsets after merging repeats | |
| int | FullF1size = 0 |
| # of frequent 1-itemsets | |
| int | k = 50 |
| # of items checked for a MFI lookup | |
| int | MAX_compID = 1 |
| max compression ID | |
| int | projectDepth = -1 |
| depth of the bitmap you're projecting from | |
| int | EstimateSize |
| size of subtree estimation buffer | |
| int | EstimateDiv = 5 |
| bucket size by frequent tail length | |
| int | maxItemsetSize = 0 |
| max size of a frequent itemset | |
|
|
bucket size by frequent tail length
Definition at line 145 of file Mafia.cpp. Referenced by MAFIA(). |
|
|
size of subtree estimation buffer
|
|
|
# of frequent 1-itemsets after merging repeats
|
|
|
# of frequent 1-itemsets
Definition at line 140 of file Mafia.cpp. Referenced by AddToFI(), and PrintMFI(). |
|
|
# of items checked for a MFI lookup
|
|
|
max compression ID
Definition at line 142 of file Mafia.cpp. Referenced by MAFIA(). |
|
|
max size of a frequent itemset
Definition at line 146 of file Mafia.cpp. Referenced by AddToFCI(), AddToFI(), and AddToMFI(). |
|
|
|
|
|
The aggregated depth of the all MFI elements.
Definition at line 138 of file Mafia.cpp. Referenced by AddToFCI(), AddToFI(), and AddToMFI(). |
|
|
MFI size before pruning.
Definition at line 137 of file Mafia.cpp. Referenced by AddToFCI(), AddToFI(), AddToMFI(), and PrintMFI(). |
|
|
depth of the bitmap you're projecting from
Definition at line 143 of file Mafia.cpp. Referenced by MAFIA(), and ReorderTail(). |
1.2.18