kb2623 / uARMSolver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uARMSolver - universal Association Rule Mining Solver

Compiling

make

Run example

./bin/uARMSolver arm.set

arm.set is a problem definition file. Check README for more details about the format of .set file.

Reference Papers (software is based on ideas from):

[1] I. Fister Jr., A. Iglesias, A. Gálvez, J. Del Ser, E. Osaba, I Fister. Differential evolution for association rule mining using categorical and numerical attributes In: Intelligent data engineering and automated learning - IDEAL 2018, pp. 79-88, 2018.

[2] I. Fister Jr., I Fister. Information cartography in association rule mining. arXiv preprint arXiv:2003.00348, 2020.

[3]

Contributors

Iztok Fister, Iztok Fister Jr.

Licence

This package is distributed under the MIT License. This license can be found online at http://www.opensource.org/licenses/MIT.

Disclaimer

This framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!

Cite us

Fister I., Fister I. Jr. uARMSolver: A framework for Association Rule Mining, Submitted to journal, 2020.

About

License:MIT License


Languages

Language:C++ 98.0%Language:Makefile 1.4%Language:CMake 0.6%