You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: niaarm/niaarm.py
+32-26Lines changed: 32 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,15 @@ class NiaARM(Problem):
11
11
Reference:
12
12
The implementation is composed of ideas found in the following papers:
13
13
14
-
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](http://www.iztok-jr-fister.eu/static/publications/231.pdf) In: Intelligent data engineering and automated learning - IDEAL 2018, pp. 79-88, 2018.
14
+
I. Fister Jr., A. Iglesias, A. Gálvez, J. Del Ser, E. Osaba, I Fister.
15
+
[Differential evolution for association rule mining using categorical and numerical attributes]
In: Intelligent data engineering and automated learning - IDEAL 2018, pp. 79-88, 2018.
15
18
16
-
I. Fister Jr., V. Podgorelec, I. Fister. Improved Nature-Inspired Algorithms for Numeric Association Rule Mining. In: Vasant P., Zelinka I., Weber GW. (eds) Intelligent Computing and Optimization. ICO 2020. Advances in Intelligent Systems and Computing, vol 1324. Springer, Cham.
19
+
I. Fister Jr., V. Podgorelec, I. Fister.
20
+
Improved Nature-Inspired Algorithms for Numeric Association Rule Mining.
21
+
In: Vasant P., Zelinka I., Weber GW. (eds) Intelligent Computing and Optimization. ICO 2020.
22
+
Advances in Intelligent Systems and Computing, vol 1324. Springer, Cham.
0 commit comments