Skip to main content
. 2020 May 6;20(9):2649. doi: 10.3390/s20092649
Algorithm 4: Wrapper based Sequential Backward Selection of Feature FS Algorithm.
1 Algorithm starting with k=d, the d is dimensional of feature full space Xd
2 Eliminate feature x, that maximizes the criterion:
3X=argmax(Xkx), Where xXk
4 Eliminate feature x from feature space:
5Xk1=XkX
6k=k1
7 Finish if k reached the required features, if not then repeat step 2