@@ -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