You are on page 1of 2

http://davis.wpi.

edu/~xmdv/weka/

http://www.cs.waikato.ac.nz/~ml/weka/gui_explorer.html

http://users.cs.dal.ca/~vlado/weka/weka-3-4/ExplorerGuide.pdf
=================
Association rules
=================
Next to classification schemes, there is some other useful stuff in
WEKA. Association rules, for example, can be extracted using the
Apriori algorithm. Try
java weka.associations.Apriori -t $WEKAHOME/data/weather.nominal.arff

You might also like