Serialized Form
-
Package fim
-
Class fim.ARule
class ARule extends Object implements Serializable- serialVersionUID:
- 131073L
-
Serialized Fields
-
body
int[] body
the antecedent/body of the association rule -
dir
int dir
the comparison direction for sorting association rules -
eval
double eval
the value of the additional rule evaluation measure -
head
int head
the consequent/head of the association rule -
ibase
util.IdMap ibase
the underlying item base -
s_base
int s_base
the (absolute) base support (support of the empty pattern, transaction database size) -
s_body
int s_body
the (absolute) support of the body set of the association rule -
s_head
int s_head
the (absolute) support of the head item of the association rule -
s_pat
int s_pat
the (absolute) support of the item pattern of the association rule -
size
int size
the number of items in the antecedent/body -
sort
double sort
the value for sorting association rules
-
-
Class fim.ARuleGUI
class ARuleGUI extends dialog.TabbedGUI implements Serializable- serialVersionUID:
- 131088L
-
Serialized Fields
-
algo
JComboBox<String> algo
the algorithm/program to use -
eval
JComboBox<String> eval
the additional rule evaluation measure -
filter
JTextField filter
how to filter unused items -
fn_app
JTextField fn_app
the item appearances file -
fn_rul
JTextField fn_rul
the association rule file -
fn_tra
JTextField fn_tra
the transactions file -
header
JTextField header
the record header for the rule output -
implic
JTextField implic
the implication sign for the rule output -
itemsep
JTextField itemsep
the item separator for the rule output -
maxcnt
JSpinner maxcnt
the maximum number of items per rule -
maxsupp
JTextField maxsupp
the maximum support of a rule -
mincnt
JSpinner mincnt
the minimum number of items per rule -
minconf
JTextField minconf
the minimum confidence of a rule -
minsupp
JTextField minsupp
the minimum support of a rule -
orig
JCheckBox orig
whether to use the original support definition -
outfmt
JTextField outfmt
the output format for the rule information -
path
File path
the path to the C programs -
post
JCheckBox post
whether to use a-posteriori pruning -
prefix
JCheckBox prefix
whether to organize the transactions as a prefix tree -
sort
JComboBox<String> sort
the sorting mode for the transactions -
thresh
JTextField thresh
the threshold for the additional rule evaluation measure
-
-
Class fim.ARuleSet
class ARuleSet extends Object implements Serializable- serialVersionUID:
- 65539L
-
Serialized Fields
-
body
int body
the maximal number of items in a rule body -
curr
int curr
the current rule index for the rule set reduction -
head
int head
the maximal number of items in a rule head -
ibase
util.IdMap ibase
the underlying item base -
rules
ARule[] rules
the set of association rules -
size
int size
the current number of rules -
supps
int[] supps
the support values of individual items -
zmax
int zmax
the maximal number of items in a rule (body and head)
-
-
Class fim.ARuleTable
class ARuleTable extends AbstractTableModel implements Serializable- serialVersionUID:
- 65539L
-
Class fim.ARuleView
class ARuleView extends JFrame implements Serializable- serialVersionUID:
- 65547L
-
Serialized Fields
-
about
dialog.AboutDialog about
the "About..." dialog box -
chooser
JFileChooser chooser
the file chooser -
curr
File curr
the current rule set file -
mode
int mode
the mode flags -
owner
Component owner
the owner of this association rule viewer -
scroll
JScrollPane scroll
the scroll pane for the viewport -
stat
JTextField stat
the status bar for messages -
table
ARuleTable table
the association rule table -
view
JTable view
the table view
-
-
Class fim.FIMGUI
class FIMGUI extends dialog.TabbedGUI implements Serializable- serialVersionUID:
- 65543L
-
Serialized Fields
-
agg
JComboBox<String> agg
the evaluation aggregation mode -
algo
JComboBox<String> algo
the algorithm/program to use -
border
JTextField border
the support border for the item sets -
chkexts
JComboBox<String> chkexts
whether to check extensions -
eclat
JComboBox<String> eclat
the Eclat algorithm variant -
eval
JComboBox<String> eval
the item set evaluation measure -
filter
JTextField filter
how to filter unused items -
fn_out
JTextField fn_out
the item set output file -
fn_sel
JTextField fn_sel
the item selection file file -
fn_tra
JTextField fn_tra
the transactions file -
fpgrowth
JComboBox<String> fpgrowth
the FP-growth algorithm variant -
header
JTextField header
the record header for the item set output -
hut
JCheckBox hut
whether to use head union tail pruning -
invbxs
JCheckBox invbxs
whether to invalidate the evaluation below the expected support -
itemsep
JTextField itemsep
the item separator for the item set output -
kitems
JSpinner kitems
the number of items in the k-items machine in Eclat -
level
JSpinner level
the level for the evaluation pruning -
maxcnt
JSpinner maxcnt
the maximum number of items per item set -
maxsupp
JTextField maxsupp
the maximum support of a item set -
mincnt
JSpinner mincnt
the minimum number of items per item set -
minsupp
JTextField minsupp
the minimum support of a item set -
outfmt
JTextField outfmt
the output format for the item set information -
path
File path
the path to the C programs -
perfext
JCheckBox perfext
whether to use perfect extension -
post
JCheckBox post
whether to use a-posteriori pruning -
prefix
JCheckBox prefix
whether to organize the transactions as a prefix tree -
prune
JComboBox<String> prune
the evaluation pruning mode -
resort
JCheckBox resort
whether to resort the items w.r.t. conditional support in Eclat -
sort
JComboBox<String> sort
the sorting mode for the transactions -
target
JComboBox<String> target
the target type (frequent/closed/maximal item sets) -
thresh
JTextField thresh
the threshold for the item set evaluation measure
-
-
Class fim.Pattern
class Pattern extends Object implements Serializable- serialVersionUID:
- 131075L
-
Serialized Fields
-
dir
int dir
the comparison direction for sorting item patterns -
eval
double eval
the evaluation of the (frequent) item pattern -
ibase
util.IdMap ibase
the underlying item base -
items
int[] items
the items of the item pattern -
s_base
int s_base
the (absolute) base support (number of transactions) -
s_pat
int s_pat
the (absolute) support of the (frequent) item pattern -
size
int size
the current number of items -
sort
double sort
the value for sorting item patterns -
wgt
double wgt
the weight of the (frequent) item pattern (e.g. cover similarity)
-
-
Class fim.PatternSet
class PatternSet extends Object implements Serializable- serialVersionUID:
- 65538L
-
Serialized Fields
-
ibase
util.IdMap ibase
the underlying item base -
pats
Pattern[] pats
the set of patterns/item sets -
size
int size
the current number of patterns -
supps
int[] supps
the support values of individual items -
zmax
int zmax
the maximal size of a pattern
-
-
Class fim.PatternTable
class PatternTable extends AbstractTableModel implements Serializable- serialVersionUID:
- 65538L
-
Serialized Fields
-
cnt
int cnt
the maximum number of items in a pattern -
names
String[] names
the names of the table columns -
pats
PatternSet pats
the set of item patterns
-
-
Class fim.PatternView
class PatternView extends JFrame implements Serializable- serialVersionUID:
- 65539L
-
Serialized Fields
-
about
dialog.AboutDialog about
the "About..." dialog box -
chooser
JFileChooser chooser
the file chooser -
curr
File curr
the current patterns file -
format
dialog.FormatDialog format
the data format dialog box -
mode
int mode
the mode flags -
owner
Component owner
the owner of this patterns viewer -
scroll
JScrollPane scroll
the scroll pane for the viewport -
stat
JTextField stat
the status bar for messages -
table
PatternTable table
the patterns table -
view
JTable view
the table view
-
-
Class fim.TrAct
class TrAct extends Object implements Serializable- serialVersionUID:
- 65538L
-
Serialized Fields
-
ibase
util.IdMap ibase
the underlying item base -
items
int[] items
the items of the transaction -
size
int size
the current number of items -
wgt
int wgt
the weight/multiplicity of the transaction (number of occurrences)
-
-
Class fim.TrActBag
class TrActBag extends Object implements Serializable- serialVersionUID:
- 65540L
-
Serialized Fields
-
ibase
util.IdMap ibase
the underlying item base -
size
int size
the current number of transactions -
supps
int[] supps
the support values of the items; is computed on demand -
tracts
TrAct[] tracts
the bag/multiset of transactions -
wgt
int wgt
the total weight of all transactions -
wmax
int wmax
the maximal weight/multiplicity of a transaction -
wmin
int wmin
the minimal weight/multiplicity of a transaction -
zmax
int zmax
the maximal size of a transaction
-
-
Class fim.TrActTable
class TrActTable extends AbstractTableModel implements Serializable- serialVersionUID:
- 65536L
-
Serialized Fields
-
taset
TrActBag taset
the set of transactions
-
-
Class fim.TrActView
class TrActView extends JFrame implements Serializable- serialVersionUID:
- 65540L
-
Serialized Fields
-
about
dialog.AboutDialog about
the "About..." dialog box -
chooser
JFileChooser chooser
the file chooser -
curr
File curr
the current transactions file -
format
dialog.FormatDialog format
the data format dialog box -
mode
int mode
the mode flags -
owner
Component owner
the owner of this transactions viewer -
scroll
JScrollPane scroll
the scroll pane for the viewport -
stat
JTextField stat
the status bar for messages -
table
TrActTable table
the transactions table -
view
JTable view
the table view
-
-