Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated paper #69

Merged
merged 1 commit into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,14 @@ @misc{fister_uarmsolver_2020
note = {arXiv:2010.10884 [cs]},
keywords = {Computer Science - Databases, Computer Science - Neural and Evolutionary Computing},
}

@article{alcala2009keel,
title={KEEL: a software tool to assess evolutionary algorithms for data mining problems},
author={Alcal{\'a}-Fdez, Jes{\'u}s and Sanchez, Luciano and Garcia, Salvador and del Jesus, Maria Jose and Ventura, Sebastian and Garrell, Josep Maria and Otero, Jos{\'e} and Romero, Crist{\'o}bal and Bacardit, Jaume and Rivas, Victor M and others},
journal={Soft Computing},
volume={13},
number={3},
pages={307--318},
year={2009},
publisher={Springer}
}
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ of the NiaARM framework are:

5. A simple command-line interface for easier handling with the proposed tool.

To the authors' knowledge, NiaARM is one of only two publicly available software solutions that implement any form of numerical association rule mining, the other being uARMSolver [@fister_uarmsolver_2020]. The uARMSolver framework, written in C++, also implements the ARM-DE algorithm. Comparatively, NiaARM offers better ease of use, the ability to use arbitrary nature-inspired algorithms from the NiaPy framework (uARMSolver only implements DE or PSO), and the ability to optimize using more interest measures.
To the authors' knowledge, NiaARM is one of only three publicly available software solutions that implement any form of numerical association rule mining, the other two being KEEL [@alcala2009keel] and uARMSolver [@fister_uarmsolver_2020]. KEEL is a software tool used to assess evolutionary algorithms for machine learning problems of various kinds such as regression, classification, unsupervised learning, etc. It's a GUI application written in Java primarily intended for research and educational purposes. Although its scope is much wider it also includes some popular algorithms for numerical association rule mining including GAR, GENAR and MODENAR. The uARMSolver framework, written in C++, also implements the ARM-DE algorithm. Comparatively, NiaARM offers better ease of use, the ability to use arbitrary nature-inspired algorithms from the NiaPy framework (uARMSolver only implements DE and PSO), and the ability to optimize using more interest measures.

# References