Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples

Some examples of using UniFeat as a java library in your project have been provided.

In each folder, there are two versions of a feature selection method:

  • MethodNameDataset.java: If only one dataset file is available, you can easily import this code.
  • MethodNameTrainTest.java: If the dataset file is originally divided into training and test sets, you can easily use this code.

See Section 6 of the user manual for more details.