Skip to content

Commit 4d67f01

Browse files
authored
Update README.md
1 parent b287513 commit 4d67f01

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,26 @@
44

55

66
## Introduction
7-
* This toolbox offers a Binary Atom Search Optimization (BASO)
7+
* This toolbox offers a Binary Atom Search Optimization ( BASO )
88
* The < Main.m file > illustrates the example of how BASO can solve the feature selection problem using benchmark data-set.
99

1010

11+
## Input
12+
* feat : feature vector ( instances *x* features )
13+
* label : label vector ( instances *x* 1 )
14+
* N : number of atoms
15+
* max_Iter : maximum number of iterations
16+
* alpha : depth weight
17+
* beta : multiplier weight
18+
19+
20+
## Output
21+
* sFeat : selected features
22+
* Sf : selected feature index
23+
* Nf : number of selected features
24+
* curve : convergence curve
25+
26+
1127
### Example
1228
```code
1329
% Benchmark data set
@@ -35,6 +51,11 @@ title('BASO'); grid on;
3551
```
3652

3753

54+
## Requirement
55+
* MATLAB 2014 or above
56+
* Statistics and Machine Learning Toolbox
57+
58+
3859
## Cite As
3960
```code
4061
@article{too2020binary,

0 commit comments

Comments
 (0)