Skip to content

Commit 17ecb42

Browse files
authored
Update README.md
1 parent 5778418 commit 17ecb42

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ FS = jfs('sma',feat,label,opts);
3030
```
3131

3232
## Input
33-
* feat : feature vector matrix ( Instance x Features )
34-
* label : label matrix ( Instance x 1 )
35-
* opts : parameter settings
36-
+ N : number of solutions / population size ( *for all methods* )
37-
+ T : maximum number of iterations ( *for all methods* )
38-
+ k : *k*-value in *k*-nearest neighbor
33+
* *feat* : feature vector matrix ( Instance *x* Features )
34+
* *label* : label matrix ( Instance *x* 1 )
35+
* *opts* : parameter settings
36+
+ *N* : number of solutions / population size ( *for all methods* )
37+
+ *T* : maximum number of iterations ( *for all methods* )
38+
+ *k* : *k*-value in *k*-nearest neighbor
3939

4040

4141
## Output
42-
* Acc : accuracy of validation model
43-
* FS : feature selection model ( It contains several results )
44-
+ sf : index of selected features
45-
+ ff : selected features
46-
+ nf : number of selected features
47-
+ c : convergence curve
48-
+ t : computational time (s)
42+
* *Acc* : accuracy of validation model
43+
* *FS* : feature selection model ( It contains several results )
44+
+ *sf* : index of selected features
45+
+ *ff* : selected features
46+
+ *nf* : number of selected features
47+
+ *c* : convergence curve
48+
+ *t* : computational time (s)
4949

5050

5151
## Notation

0 commit comments

Comments
 (0)