Software

Get UniFeat

UniFeat is a free and open-source tool for performing feature selection in many different research areas

Download
  • UniFeat is an open-source tool that the code is publicly available on GitHub. The latest version of the tool is 0.1.1.

Requirements
  • Java Runtime Environment 18

  • Weka 3.8.6

Run
  • Start the UniFeat as a GUI by clicking the UniFeat-v0.1.1.jar file or by typing following command from the command prompt:

    java -jar UniFeat-v0.1.1.jar

  • Another way is to use UniFeat as a library (using UniFeat-v0.1.1.jar) for researchers who use feature selection as a part of their own methods and, therefore, prefer to embed the UniFeat feature selection methods in their Java codes. See the user manual for more information.