Main Page | Modules | Namespace List | Data Structures | File List | Data Fields | Globals

Global Variables

Global variables. More...

Variables

ofstream summaryFile
int minSup
 min sup as a transaction count

TreeNode ** nodeBuff
 node buffer

int * tempIndexList
 stored the result of combining i-list and s-list

bool * indexExists
 for combining i-list and s-list

ofstream outFile
int ** sequentialPatterns
int * elementSize
int sequenceLength
bool outputSeq
bool stdoutSpecified
StringMapcustStrMap
StringMaptransStrMap
StringMapitemStrMap
bool isStringFile
int minCompSize
 no compression will be done if the bitmap size (_sizeShort) is small than this

double emptySpaceRatio
 the ratio at which we compress the bitmaps

int compLevel
 Used to test whether compression should be done at every level.

int totalCust
int testCount = 0
int numCompress = 0
int globalLevel
CountInfoTreeNode::countList = 0
 Support count information for all of the frequent extensions from this node.


Detailed Description

Global variables.


Variable Documentation

int compLevel
 

Used to test whether compression should be done at every level.

Definition at line 112 of file Spam.cpp.

Referenced by main().

CountInfo * TreeNode::countList = 0 [static, inherited]
 

Support count information for all of the frequent extensions from this node.

Definition at line 78 of file Spam.cpp.

Referenced by FindSequentialPatterns(), and StartMining().

StringMap* custStrMap
 

Definition at line 96 of file Spam.cpp.

Referenced by CollectASCIIInfo(), main(), and ReadDataset().

int* elementSize
 

Definition at line 91 of file Spam.cpp.

Referenced by FindSequentialPatterns(), LogFileSequence(), LogStdoutSequence(), main(), and StartMining().

double emptySpaceRatio
 

the ratio at which we compress the bitmaps

Definition at line 109 of file Spam.cpp.

Referenced by main().

int globalLevel
 

Definition at line 119 of file Spam.cpp.

Referenced by FindSequentialPatterns().

bool* indexExists
 

for combining i-list and s-list

Definition at line 86 of file Spam.cpp.

Referenced by FindSequentialPatterns(), and main().

bool isStringFile
 

Definition at line 99 of file Spam.cpp.

Referenced by CollectASCIIInfo(), LogFileSequence(), LogStdoutSequence(), main(), and ReadDataset().

StringMap* itemStrMap
 

Definition at line 98 of file Spam.cpp.

Referenced by CollectASCIIInfo(), LogFileSequence(), LogStdoutSequence(), main(), and ReadDataset().

int minCompSize
 

no compression will be done if the bitmap size (_sizeShort) is small than this

Definition at line 106 of file Spam.cpp.

Referenced by FindSequentialPatterns(), and main().

int minSup
 

min sup as a transaction count

Definition at line 83 of file Spam.cpp.

Referenced by FindSequentialPatterns(), and main().

TreeNode** nodeBuff
 

node buffer

Definition at line 84 of file Spam.cpp.

Referenced by FindSequentialPatterns(), main(), and StartMining().

int numCompress = 0
 

Definition at line 116 of file Spam.cpp.

Referenced by Compress(), and main().

ofstream outFile
 

Definition at line 89 of file Spam.cpp.

Referenced by LogFileSequence(), and main().

bool outputSeq
 

Definition at line 93 of file Spam.cpp.

Referenced by FindSequentialPatterns(), main(), and StartMining().

int sequenceLength
 

Definition at line 92 of file Spam.cpp.

Referenced by FindSequentialPatterns(), LogFileSequence(), LogStdoutSequence(), main(), and StartMining().

int** sequentialPatterns
 

Definition at line 90 of file Spam.cpp.

Referenced by FindSequentialPatterns(), LogFileSequence(), LogStdoutSequence(), main(), and StartMining().

bool stdoutSpecified
 

Definition at line 94 of file Spam.cpp.

Referenced by LogSequence(), and main().

ofstream summaryFile
 

Definition at line 80 of file Spam.cpp.

Referenced by Compress(), and main().

int* tempIndexList
 

stored the result of combining i-list and s-list

Definition at line 85 of file Spam.cpp.

Referenced by FindSequentialPatterns(), and main().

int testCount = 0
 

Definition at line 115 of file Spam.cpp.

Referenced by FindSequentialPatterns().

int totalCust
 

Definition at line 114 of file Spam.cpp.

Referenced by LogFileSequence(), LogStdoutSequence(), and main().

StringMap* transStrMap
 

Definition at line 97 of file Spam.cpp.

Referenced by CollectASCIIInfo(), main(), and ReadDataset().


Generated on Thu Mar 11 12:01:54 2004 for SPAM by doxygen 1.3.4