This Filter Feature Selection approach (EBCS) with other tasks developed by PHP Programing language.
Initial parameters for EBCS and FS-BCS as follows:
Maximum number of iteration is 20.
Population size is 20.
Probability (P) is 0.25.
Alpha is 0.1.
After Downloading and copying the EBCS directory to directory root, and request the EBCS/index.php page to show home page which contains the following tasks:
1. The new Approach: EBCS.
2. The baseline approach: FS-BCS.
3. Enhanced Binary Cuckoo Search with traditional Objective function (Rough set theory dependency degree), This aims to evaluate the new objective function compared to traditional objective function: EBCS-Eq.(2).
4. Reducing the dataset based on the specific features which entered by user. (notice the first index is 0): Reduction.
5. Splitting dataset into training and test datasets randomly with different percentages determined by user.
Note: put any dataset (CSV formt) in datasets directory.
Features
- Feature Selection
- Binary Cuckoo Search
- Enhanced Binary Cuckoo Search
- Nature Inspired Algorithms
- Rough Set Theory
- Dimintionality Reduction
- Attribute Reduction