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 |
StringMap * | custStrMap |
StringMap * | transStrMap |
StringMap * | itemStrMap |
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 |
CountInfo * | TreeNode::countList = 0 |
Support count information for all of the frequent extensions from this node. |
|
Used to test whether compression should be done at every level.
Definition at line 112 of file Spam.cpp. Referenced by main(). |
|
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(). |
|
Definition at line 96 of file Spam.cpp. Referenced by CollectASCIIInfo(), main(), and ReadDataset(). |
|
Definition at line 91 of file Spam.cpp. Referenced by FindSequentialPatterns(), LogFileSequence(), LogStdoutSequence(), main(), and StartMining(). |
|
the ratio at which we compress the bitmaps
Definition at line 109 of file Spam.cpp. Referenced by main(). |
|
Definition at line 119 of file Spam.cpp. Referenced by FindSequentialPatterns(). |
|
for combining i-list and s-list
Definition at line 86 of file Spam.cpp. Referenced by FindSequentialPatterns(), and main(). |
|
Definition at line 99 of file Spam.cpp. Referenced by CollectASCIIInfo(), LogFileSequence(), LogStdoutSequence(), main(), and ReadDataset(). |
|
Definition at line 98 of file Spam.cpp. Referenced by CollectASCIIInfo(), LogFileSequence(), LogStdoutSequence(), main(), and ReadDataset(). |
|
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(). |
|
min sup as a transaction count
Definition at line 83 of file Spam.cpp. Referenced by FindSequentialPatterns(), and main(). |
|
node buffer
Definition at line 84 of file Spam.cpp. Referenced by FindSequentialPatterns(), main(), and StartMining(). |
|
Definition at line 116 of file Spam.cpp. Referenced by Compress(), and main(). |
|
Definition at line 89 of file Spam.cpp. Referenced by LogFileSequence(), and main(). |
|
Definition at line 93 of file Spam.cpp. Referenced by FindSequentialPatterns(), main(), and StartMining(). |
|
Definition at line 92 of file Spam.cpp. Referenced by FindSequentialPatterns(), LogFileSequence(), LogStdoutSequence(), main(), and StartMining(). |
|
Definition at line 90 of file Spam.cpp. Referenced by FindSequentialPatterns(), LogFileSequence(), LogStdoutSequence(), main(), and StartMining(). |
|
Definition at line 94 of file Spam.cpp. Referenced by LogSequence(), and main(). |
|
Definition at line 80 of file Spam.cpp. Referenced by Compress(), and main(). |
|
stored the result of combining i-list and s-list
Definition at line 85 of file Spam.cpp. Referenced by FindSequentialPatterns(), and main(). |
|
Definition at line 115 of file Spam.cpp. Referenced by FindSequentialPatterns(). |
|
Definition at line 114 of file Spam.cpp. Referenced by LogFileSequence(), LogStdoutSequence(), and main(). |
|
Definition at line 97 of file Spam.cpp. Referenced by CollectASCIIInfo(), main(), and ReadDataset(). |