File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 11/* *
2- * Association Rule Mining Test Program
3- * Based on nature-inspired algorithms (DE, PSO etc.)
4- * Written By: Iztok Fister
5- * FERI Maribor
6- * Maribor, Slovenia
7- * iztok.fister@um.si
8- * Created: July 2020
9- * Last Modified: 11/9/20
10- * Revision: 1.0
11- *
12- * Help function (add version number) - fixed at 2.10.2020 by Fister Iztok.
13- *
2+ * Numerical Association Rule Mining using DE, PSO...
143 */
154
165#include < stdio.h>
@@ -164,7 +153,7 @@ int main(int argc, char* argv[])
164153 */
165154void help (FILE * stream)
166155{
167- fprintf (stream, " uARMSolver version 1. 0 (October 2020 )\n\n " ); // fixed at 2.10.2020 by Fister Iztok
156+ fprintf (stream, " uARMSolver version 0.3. 0 (July 2024 )\n\n " );
168157 fprintf (stream, " Syntax\n " );
169158 fprintf (stream, " uARMSolver [-v|-?] [-s'arm.set'|-s 'arm.set']\n " );
170159}
You can’t perform that action at this time.
0 commit comments