Variables | |
| string | method |
| either -mfi or -fci or -fi | |
| char * | outFilename |
| filename for output | |
| ItemsetOutput * | outFile |
| 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. | |
|
|
FHUT flag.
Definition at line 110 of file Mafia.cpp. Referenced by MAFIA(). |
|
|
Scaling factor for items.
Definition at line 109 of file Mafia.cpp. Referenced by F1UsingProb(). |
|
|
HUTMFI flag.
Definition at line 111 of file Mafia.cpp. Referenced by MAFIA(). |
|
|
# of items in the file
Definition at line 104 of file Mafia.cpp. Referenced by F1FromFile(), and F1UsingProb(). |
|
|
either -mfi or -fci or -fi
|
|
|
true if the method is -fci
Definition at line 103 of file Mafia.cpp. Referenced by MAFIA(). |
|
|
true if the method is -fi
|
|
|
min sup as a transaction count
Definition at line 107 of file Mafia.cpp. Referenced by F1FromFile(), F1UsingProb(), MAFIA(), and ReorderTail(). |
|
|
user-defined min sup as percentage
Definition at line 106 of file Mafia.cpp. Referenced by F1FromFile(). |
|
|
file for ouput
|
|
|
filename for output
Definition at line 99 of file Mafia.cpp. Referenced by PrintMFI(). |
|
|
true if MFI should be saved to a file
|
|
|
PEPrune flag -- parent equivalent pruning.
Definition at line 112 of file Mafia.cpp. Referenced by MAFIA(), and ReorderTail(). |
|
|
Reorder flag.
Definition at line 113 of file Mafia.cpp. Referenced by MAFIA(). |
|
|
# of transactions in the file
Definition at line 105 of file Mafia.cpp. Referenced by F1FromFile(), F1UsingProb(), MAFIA(), and PrintMFI(). |
|
|
Scaling factor for transactions.
|
1.2.18