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

Command Line Parameters/Variables
[Global Variables]

Commmand line parameters from user or inferred. More...

Variables

string method
 either -mfi or -fci or -fi

char * outFilename
 filename for output

ItemsetOutputoutFile
 file for ouput

bool outputMFI = false
 true if MFI should be saved to a file

bool MethodIsFI = false
 true if the method is -fi

bool MethodIsFCI = false
 true if the method is -fci

int ItemCount
 # of items in the file

int TransCount
 # of transactions in the file

double MSF
 user-defined min sup as percentage

int MS
 min sup as a transaction count

int VerScale = 1
 Scaling factor for transactions.

int HorScale = 1
 Scaling factor for items.

bool GoFHUT = true
 FHUT flag.

bool HUTMFI = true
 HUTMFI flag.

bool PEPrune = true
 PEPrune flag -- parent equivalent pruning.

bool Reorder = true
 Reorder flag.


Detailed Description

Commmand line parameters from user or inferred.


Variable Documentation

bool GoFHUT = true
 

FHUT flag.

Definition at line 110 of file Mafia.cpp.

Referenced by MAFIA().

int HorScale = 1
 

Scaling factor for items.

Definition at line 109 of file Mafia.cpp.

Referenced by F1UsingProb().

bool HUTMFI = true
 

HUTMFI flag.

Definition at line 111 of file Mafia.cpp.

Referenced by MAFIA().

int ItemCount
 

# of items in the file

Definition at line 104 of file Mafia.cpp.

Referenced by F1FromFile(), and F1UsingProb().

string method
 

either -mfi or -fci or -fi

Definition at line 98 of file Mafia.cpp.

bool MethodIsFCI = false
 

true if the method is -fci

Definition at line 103 of file Mafia.cpp.

Referenced by MAFIA().

bool MethodIsFI = false
 

true if the method is -fi

Definition at line 102 of file Mafia.cpp.

int MS
 

min sup as a transaction count

Definition at line 107 of file Mafia.cpp.

Referenced by F1FromFile(), F1UsingProb(), MAFIA(), and ReorderTail().

double MSF
 

user-defined min sup as percentage

Definition at line 106 of file Mafia.cpp.

Referenced by F1FromFile().

ItemsetOutput* outFile
 

file for ouput

Definition at line 100 of file Mafia.cpp.

char* outFilename
 

filename for output

Definition at line 99 of file Mafia.cpp.

Referenced by PrintMFI().

bool outputMFI = false
 

true if MFI should be saved to a file

Definition at line 101 of file Mafia.cpp.

bool PEPrune = true
 

PEPrune flag -- parent equivalent pruning.

Definition at line 112 of file Mafia.cpp.

Referenced by MAFIA(), and ReorderTail().

bool Reorder = true
 

Reorder flag.

Definition at line 113 of file Mafia.cpp.

Referenced by MAFIA().

int TransCount
 

# of transactions in the file

Definition at line 105 of file Mafia.cpp.

Referenced by F1FromFile(), F1UsingProb(), MAFIA(), and PrintMFI().

int VerScale = 1
 

Scaling factor for transactions.

Definition at line 108 of file Mafia.cpp.


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