Skip to content

Commit c16017f

Browse files
committed
Updated paper
1 parent fd7a7e0 commit c16017f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

paper/paper.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,14 @@ @misc{fister_uarmsolver_2020
181181
note = {arXiv:2010.10884 [cs]},
182182
keywords = {Computer Science - Databases, Computer Science - Neural and Evolutionary Computing},
183183
}
184+
185+
@article{alcala2009keel,
186+
title={KEEL: a software tool to assess evolutionary algorithms for data mining problems},
187+
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},
188+
journal={Soft Computing},
189+
volume={13},
190+
number={3},
191+
pages={307--318},
192+
year={2009},
193+
publisher={Springer}
194+
}

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ of the NiaARM framework are:
7171

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

74-
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.
74+
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.
7575

7676
# References

0 commit comments

Comments
 (0)