A B C F G H I L M N P R S T W

A

addRule(ARule) - Method in class arules.ARuleSet
Add an association rule.
addTrAct(int[]) - Method in class arules.TrActSet
Add a transaction.
ALL_ITEMS - Static variable in class arules.ARuleView
mode flag: add all menu items
ALL_ITEMS - Static variable in class arules.TrActView
mode flag: add all menu items
AREM - Static variable in class arules.ARuleSet
sort mode: additional rule evaluation measure
arset - Variable in class arules.ARuleTable
the set of association rules
ARuleGUI - Class in arules
Class for a user interface to the apriori program.
ARuleGUI() - Constructor for class arules.ARuleGUI
Create an association rule GUI.
ARuleGUI(Component) - Constructor for class arules.ARuleGUI
Create an association rule GUI.
arules - package arules
 
ARuleSet - Class in arules
Class for a set of association rules.
ARuleSet() - Constructor for class arules.ARuleSet
Create an empty set of association rules.
ARuleSet(IdMap) - Constructor for class arules.ARuleSet
Create an empty set of association rules.
ARuleTable - Class in arules
Class for a tabular representation of a set of association rules.
ARuleTable(ARuleSet) - Constructor for class arules.ARuleTable
Create an association rule table.
ARuleView - Class in arules
Class for a simple association rule viewer.
ARuleView(int) - Constructor for class arules.ARuleView
Create an association rule viewer.
ARuleView(Component, int) - Constructor for class arules.ARuleView
Create an association rule viewer.

B

BODY - Static variable in class arules.ARuleSet
sort mode: body support
body - Variable in class arules.ARuleSet
the maximal number of items in a rule body

C

cnt - Variable in class arules.ARuleSet
the current number of rules
cnt - Variable in class arules.ARuleTable
the number of table columns
cnt - Variable in class arules.TrActSet
the current number of transactions
CONF - Static variable in class arules.ARuleSet
sort mode: confidence
createExecutor(int) - Method in class arules.ARuleGUI
Get an executor for the apriori program.

F

FILE_ITEMS - Static variable in class arules.ARuleView
mode flag: add menu items for loading and saving trees
FILE_ITEMS - Static variable in class arules.TrActView
mode flag: add menu items for loading and saving trees

G

getColumnCount() - Method in class arules.ARuleTable
Get the number of columns of the table.
getColumnCount() - Method in class arules.TrActTable
Get the number of columns of the table.
getColumnName(int) - Method in class arules.ARuleTable
Get the name of a column.
getColumnName(int) - Method in class arules.TrActTable
Get the name of a column.
getFormatDlg() - Method in class arules.TrActView
Get the data format dialog (create if necessary).
getItemName(int) - Method in class arules.TrActSet
Get the name of an item.
getItemSet() - Method in class arules.ARuleSet
Get the underlying item set.
getItemSet() - Method in class arules.TrActSet
Get the underlying item set.
getMaxBodySize() - Method in class arules.ARuleSet
Get the maximal size of a rule body.
getMaxSize() - Method in class arules.ARuleSet
Get the maximal size of a rule.
getMaxSize() - Method in class arules.TrActSet
Get the maximal size of a transaction.
getPath() - Method in class arules.ARuleGUI
Get the path to the apriori program.
getResultMsg() - Method in class arules.ARuleGUI
Get the result message on successful termination.
getRowCount() - Method in class arules.ARuleTable
Get the number of rows of the table.
getRowCount() - Method in class arules.TrActTable
Get the number of rows of the table.
getRule(int) - Method in class arules.ARuleSet
Get an association rule
getRuleCount() - Method in class arules.ARuleSet
Get the number of association rules.
getRules() - Method in class arules.ARuleTable
Get the association rule set.
getRules() - Method in class arules.ARuleView
Get the currently displayed set of association rules.
getTrAct(int) - Method in class arules.TrActSet
Get a transaction.
getTrActCount() - Method in class arules.TrActSet
Get the number of transactions.
getTrActs() - Method in class arules.TrActTable
Get the transactions.
getTrActs() - Method in class arules.TrActView
Get the currently displayed set of transactions.
getValueAt(int, int) - Method in class arules.ARuleTable
Get the value in a table cell.
getValueAt(int, int) - Method in class arules.TrActTable
Get the value in a table cell.

H

HEAD - Static variable in class arules.ARuleSet
sort mode: head of the rule
head - Variable in class arules.ARuleSet
the maximal number of items in a rule head

I

iset - Variable in class arules.ARuleSet
the underlying item set
iset - Variable in class arules.TrActSet
the underlying item set

L

LIFT - Static variable in class arules.ARuleSet
sort mode: lift value
LOAD_ITEMS - Static variable in class arules.ARuleView
mode flag: add menu items for loading trees
LOAD_ITEMS - Static variable in class arules.TrActView
mode flag: add menu items for loading trees
loadConfig(File) - Method in class arules.ARuleGUI
Load a configuration file and set the input fields.
loadRules(File) - Method in class arules.ARuleView
Load a set of association rules.
loadTrActs(File) - Method in class arules.TrActView
Load a set of transactions.

M

main(String[]) - Static method in class arules.ARuleGUI
Main function for command line invocation.
main(String[]) - Static method in class arules.ARuleSet
Main function for testing some basic functionality.
main(String[]) - Static method in class arules.ARuleTable
Main function for testing some basic functionality.
main(String[]) - Static method in class arules.ARuleView
Main function for command line invocation.
main(String[]) - Static method in class arules.TrActSet
Main function for testing some basic functionality.
main(String[]) - Static method in class arules.TrActTable
Main function for testing some basic functionality.
main(String[]) - Static method in class arules.TrActView
Main function for command line invocation.
max - Variable in class arules.TrActSet
the maximal size of a transaction

N

names - Variable in class arules.ARuleTable
the names of the table columns

P

parseARuleSet(IdMap, Scanner) - Static method in class arules.ARuleSet
Parse a set of association rules.
parseARuleSet(IdMap, Reader) - Static method in class arules.ARuleSet
Parse a set of association rules.
parseTrAct(IdMap, TableReader) - Static method in class arules.TrActSet
Parse a transaction.
parseTrActSet(IdMap, TableReader) - Static method in class arules.TrActSet
Parse a set of transactions.
PROGRAM - Static variable in class arules.ARuleView
mode flag: the viewer is a stand-alone program
PROGRAM - Static variable in class arules.TrActView
mode flag: the viewer is a stand-alone program

R

rules - Variable in class arules.ARuleSet
the set of association rules
run() - Method in class arules.ARuleGUI
Create the user interface.
run() - Method in class arules.ARuleView
Create the user interface.
run() - Method in class arules.TrActView
Create the user interface.

S

SAVE_ITEMS - Static variable in class arules.ARuleView
mode flag: add menu items for saving trees
SAVE_ITEMS - Static variable in class arules.TrActView
mode flag: add menu items for saving trees
saveConfig(File) - Method in class arules.ARuleGUI
Save a configuration file
saveRules(File) - Method in class arules.ARuleView
Save the displayed set of association rules.
saveTrActs(File) - Method in class arules.TrActView
Save the displayed set of transactions.
setMessage(String) - Method in class arules.ARuleView
Set the message to display in the status line.
setMessage(String) - Method in class arules.TrActView
Set the message to display in the status line.
setPath(File) - Method in class arules.ARuleGUI
Set the path to the apriori program.
setRules(ARuleSet) - Method in class arules.ARuleTable
Set the association rule set.
setRules(ARuleSet) - Method in class arules.ARuleView
Set the set of association rules to display.
setTrActs(TrActSet) - Method in class arules.TrActTable
Set the transactions.
setTrActs(TrActSet) - Method in class arules.TrActView
Set the transactions to display.
showRules(JTextField) - Method in class arules.ARuleGUI
Show association rules.
showRules(File) - Method in class arules.ARuleGUI
Show a set of association rules.
showTrActs(JTextField) - Method in class arules.ARuleGUI
Show a set of transactions.
showTrActs(File) - Method in class arules.ARuleGUI
Show a set of transactions.
SIZE - Static variable in class arules.ARuleSet
sort mode: size / number of items
sort(int) - Method in class arules.ARuleSet
Sort the set of association rules.
sort(int) - Method in class arules.ARuleTable
Sort the set of association rules.
sortRules(int) - Method in class arules.ARuleView
Sort the association rules.
SUPP - Static variable in class arules.ARuleSet
sort mode: support

T

taset - Variable in class arules.TrActTable
the set of transactions
tracts - Variable in class arules.TrActSet
the set of transactions
TrActSet - Class in arules
Class for a set of transactions.
TrActSet() - Constructor for class arules.TrActSet
Create an empty set of transactions.
TrActSet(IdMap) - Constructor for class arules.TrActSet
Create an empty set of transactions.
TrActTable - Class in arules
Class for a tabular representation of a set of transactions.
TrActTable(TrActSet) - Constructor for class arules.TrActTable
Create a transaction table.
TrActView - Class in arules
Class for a transaction viewer.
TrActView(int) - Constructor for class arules.TrActView
Create a transactions viewer.
TrActView(Component, int) - Constructor for class arules.TrActView
Create a transactions viewer.

W

write(Writer) - Method in class arules.ARuleSet
Write a set of association rules.
write(TableWriter) - Method in class arules.TrActSet
Write a set of transactions.

A B C F G H I L M N P R S T W