This directory contains algorithm for feature selection:
gs: 		forward selection with Gram-Schmidt orthogonalization
relief:	ranking with the Relief score
rffs:		ranking with Random Forests
s2n:		ranking with the signal-to-noise ratio
svcrfe:	ranking with recursive feature elimination using a SVC classfier