-
Notifications
You must be signed in to change notification settings - Fork 3
Running tests
Marcelo S. Reis edited this page Jul 12, 2017
·
7 revisions
To run the test program, make test and type:
> bin/featselTest
It should run all the tests automatically, displaying the results into the standard output.
To run benchmarking tests against Weka, you should first set a variable WEKAINSTALL on your environment to be the directory of your weka.jar file. For Weka versions 3.7.2 and higher you also need to download the attribute selection search methods package and extract the file attributeSelectionSearchMethods.jar to your WEKAINSTALL directory.
Then, you should be able to run the benchmarking by typing:
> bin/compare_featsel_against_Weka.pl
This script runs featsel and Weka, alternately, against several data sets obtained from the UCI Machine Learning Repository.