Skip to content
Marcelo S. Reis edited this page Jul 3, 2017 · 7 revisions

Unit tests

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.

Performance tests

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.

Clone this wiki locally