Skip to content
Marcelo S. Reis edited this page Jul 12, 2017 · 8 revisions

In order to run featsel, there are mandatory and recommended software requirements. These latter ones are not required to run the framework, but they allow the user to make use of extra features.


Mandatory dependencies

  • a terminal environment (XTerm, MS-DOS prompt, etc.);

  • the GNU make program or equivalent;

  • a C++ compiler (GNU g++ or equivalent), with the standard libraries.


Recommended dependencies

  • GNU Bison 2.4.1 or higher, required to update the XML parser.

  • Flex 2.5 or higher, also required to update the XML parser.

  • Perl 5 interpreter version 17 or higher, which is required to:

    • recompile 'featsel.cpp' and 'featselTest.cpp' files;
    • add and remove algorithms and cost functions;
    • run the benchmarking program.
  • Gnuplot to generate graphs using the benchmarking program.

  • GNU groff to update a help man page.

  • Weka workbench version 3.6.1 or higher (to run the performance tests).


Back to home

Clone this wiki locally