sffs(data, method = c("lda", "knn", "rpart"), kvec = 5,
repet = 10)
Acuna, E , (2003) A comparison of filters and wrappers for feature selection in supervised classification. Proceedings of the Interface 2003 Computing Science and Statistics. Vol 34.
#---- SFFS feature selection using the knn classifier ----
data(iris)
sffs(iris,method="rpart",repet=2)
Run the code above in your browser using DataLab