Serialized Form


Package arules

Class arules.ARuleGUI extends dialog.TabbedGUI implements Serializable

serialVersionUID: 1L

Serialized Fields

fn_tra

javax.swing.JTextField fn_tra
the transactions file


fn_rul

javax.swing.JTextField fn_rul
the association rule file


fn_app

javax.swing.JTextField fn_app
the item appearances file


path

java.io.File path
the path to the C programs


mincnt

javax.swing.JSpinner mincnt
the minimum number of items per rule


maxcnt

javax.swing.JSpinner maxcnt
the maximum number of items per rule


minsupp

javax.swing.JTextField minsupp
the minimum support of a rule


maxsupp

javax.swing.JTextField maxsupp
the maximum support of a rule


orig

javax.swing.JCheckBox orig
whether to use the original support definition


minconf

javax.swing.JTextField minconf
the minimum confidence of a rule


arem

javax.swing.JComboBox arem
the additional rule evaluation measure


minarem

javax.swing.JTextField minarem
the minimum value of the additional rule evaluation measure


sort

javax.swing.JComboBox sort
the sorting mode for the transactions


prefix

javax.swing.JCheckBox prefix
whether to organize the transactions as a prefix tree


quick

javax.swing.JCheckBox quick
whether to use quicksort


outfmt

javax.swing.JTextField outfmt
the output format for the rule information

Class arules.ARuleTable extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 109020070708L

Serialized Fields

arset

ARuleSet arset
the set of association rules


cnt

int cnt
the number of table columns


names

java.lang.String[] names
the names of the table columns

Class arules.ARuleView extends javax.swing.JFrame implements Serializable

serialVersionUID: 109020070708L

Serialized Fields

owner

java.awt.Component owner
the owner of this association rule viewer


mode

int mode
the mode flags


table

ARuleTable table
the association rule table


scroll

javax.swing.JScrollPane scroll
the scroll pane for the viewport


view

javax.swing.JTable view
the table view


stat

javax.swing.JTextField stat
the status bar for messages


chooser

javax.swing.JFileChooser chooser
the file chooser


curr

java.io.File curr
the current rule set file


about

dialog.AboutDialog about
the "About..." dialog box

Class arules.TrActTable extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

taset

TrActSet taset
the set of transactions

Class arules.TrActView extends javax.swing.JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

owner

java.awt.Component owner
the owner of this transactions viewer


mode

int mode
the mode flags


table

TrActTable table
the transactions table


scroll

javax.swing.JScrollPane scroll
the scroll pane for the viewport


view

javax.swing.JTable view
the table view


stat

javax.swing.JTextField stat
the status bar for messages


chooser

javax.swing.JFileChooser chooser
the file chooser


curr

java.io.File curr
the current transactions file


format

dialog.FormatDialog format
the data format dialog box


about

dialog.AboutDialog about
the "About..." dialog box