-
Notifications
You must be signed in to change notification settings - Fork 3
Running tests
Marcelo S. Reis edited this page Jul 3, 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, just type:
> bin/compare_featsel_against_Weka.pl
This script runs featsel and Weka, alternately, against several data sets obtained from the UCI Machine Learning Repository.