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

Counter Variables
[Global Variables]

Counter variables for information gathering. More...

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


Detailed Description

Counter variables for information gathering.


Variable Documentation

int CountAnds = 0
 

# of ANDs of normal bitmaps

Definition at line 123 of file Mafia.cpp.

Referenced by BaseBitmap::AndOnly(), MAFIA(), MergeRepeatedItemsets(), BaseBitmap::NotAndOnly(), and ReorderTail().

int CountCheckPosition = 0
 

# of CheckPosition calls

Definition at line 126 of file Mafia.cpp.

Referenced by AddToFI(), BaseBitmap::CheckPosition(), PrintMFI(), and SortLMFI().

int CountCounts = 0
 

# 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().

int CountFHUT = 0
 

# of times FHUT was successful

Definition at line 120 of file Mafia.cpp.

Referenced by MAFIA().

int CountHUTMFI = 0
 

# of HUTMFI attempts

Definition at line 127 of file Mafia.cpp.

Referenced by MAFIA().

int CountHUTMFISuccess = 0
 

# of HUTMFI successes

Definition at line 128 of file Mafia.cpp.

Referenced by MAFIA().

int CountNodes = 0
 

# of frequent nodes in the tree

Definition at line 121 of file Mafia.cpp.

Referenced by MAFIA().

int CountPEPrunes = 0
 

# of PEPruning

Definition at line 125 of file Mafia.cpp.

Referenced by MAFIA(), and ReorderTail().

int CountRebuilds
 

# of Rebuilds

Definition at line 129 of file Mafia.cpp.

Referenced by MAFIA(), and ReorderTail().

int CountSmallAnds = 0
 

# of compressed bitmap ANDs

Definition at line 124 of file Mafia.cpp.

Referenced by Bitmap::AndCompOnly(), MAFIA(), Bitmap::NotAndCompOnly(), and ReorderTail().


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