Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

Program Parameters/Variables
[Global Variables]

Useful program parameters/counters. More...

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


Detailed Description

Useful program parameters/counters.


Variable Documentation

int EstimateDiv = 5
 

bucket size by frequent tail length

Definition at line 145 of file Mafia.cpp.

Referenced by MAFIA().

int EstimateSize
 

size of subtree estimation buffer

Definition at line 144 of file Mafia.cpp.

int F1size = 0
 

# of frequent 1-itemsets after merging repeats

Definition at line 139 of file Mafia.cpp.

int FullF1size = 0
 

# of frequent 1-itemsets

Definition at line 140 of file Mafia.cpp.

Referenced by AddToFI(), and PrintMFI().

int k = 50
 

# of items checked for a MFI lookup

Definition at line 141 of file Mafia.cpp.

int MAX_compID = 1
 

max compression ID

Definition at line 142 of file Mafia.cpp.

Referenced by MAFIA().

int maxItemsetSize = 0
 

max size of a frequent itemset

Definition at line 146 of file Mafia.cpp.

Referenced by AddToFCI(), AddToFI(), and AddToMFI().

int maxtail = 0
 

Definition at line 136 of file Mafia.cpp.

int MFIDepth = 0
 

The aggregated depth of the all MFI elements.

Definition at line 138 of file Mafia.cpp.

Referenced by AddToFCI(), AddToFI(), and AddToMFI().

int MFISize = 0
 

MFI size before pruning.

Definition at line 137 of file Mafia.cpp.

Referenced by AddToFCI(), AddToFI(), AddToMFI(), and PrintMFI().

int projectDepth = -1
 

depth of the bitmap you're projecting from

Definition at line 143 of file Mafia.cpp.

Referenced by MAFIA(), and ReorderTail().


Generated on Thu Dec 4 15:22:07 2003 for MAFIA by doxygen1.2.18