Under construction
This repisitory contains the source code of the web-based system for filter Feature Selection approach(EBCS), see the following preprint paper.
blank
The web-based system has the following features.
- Splitting the dataset into training and test sets randomly according to different percentages standerds.
- Dataset reduction.
- The proposed approach (EBCS).
- Baseline approach (FS-BCS).
- Enhanced Binary Cuckoo Search with traditional Objective function (Rough set theory dependency degree)
To run the web-based system, you just install any web server that supports PHP, such as AppServ, to install it, please follow the following instructions:
- Download the AppServ program from the formal website .
- To install the program, please visit this web page that shows how to install it step by step.
- Create EBCS folder in a web root(WWW)
- Clone the repisitory into WWW/EBCS.
git clone https://github.com/abualia4/EBCS.git
- Run the web-based system using the following command.
localhost/EBCS
- The web-based system is ready to use, just put the datasets in CSV file in src/datasets directory and drive the system according to the Features.
The following image shows the screenshot of the main page of the web-based system