ARMADA Data Mining Tool version 1.4

An association rule data mining tool for experimentation and analysis.
27.4K Downloads
Updated 18 Feb 2011

View License

Editor's Note: Popular File 2011

Association rules are a simple but very useful form of data mining that describe the probabilistic co-occurrence of certain events within a database. They were originally designed to analyse market-basket data, in which the likelihood of items being purchased together within the same transaction were analysed.

In the ARMADA tool (Association Rule Mining And Deduction Analysis) the rules are presented in the form of;

Item1, ItemN => ItemX

The rule is evaluated using two numerical measures.

SUPPORT: The number of occurrences, within the data set, of all components of an association rule occurring within a single transaction (a transaction can be thought of as a row in a conventional database).

CONFIDENCE: This is the probability that, given the antecedent (left hand side of the rule) being true, the consequent (right hand side) is true.

ARMADA contains several visualisation techniques for analysing quantative and qualative measures of each rule, as well as several strategies for undertaking data mining which can be used as exclusive or combinatorial methods.

To run GUI version type ARMADA in command line.

NOTE: A major bug fix was applied to version 1.4 which affected newer versions of MATLAB not generating large rules. This is now resolved.

Homepage:
http://www.ebi.ac.uk/~malone

Cite As

James Malone (2024). ARMADA Data Mining Tool version 1.4 (https://www.mathworks.com/matlabcentral/fileexchange/3016-armada-data-mining-tool-version-1-4), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12.1
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Armada_v_1_4/

Version Published Release Notes
1.1.0.0

Bug fix to previous version, fixes the known bug on later versions of Matlab which did not generate rules of larger than 2 item sets. FIXED

1.0.0.0

Update to make compatible with Matlab version 7.