sfs1 {dprep} | R Documentation |
This function computes one-step of the sequential forward selection procedure.
sfs1(data, indic, correcto, kvec, method = c("lda", "knn", "rpart"))
data |
Name of the dataset to be used. |
indic |
A vector of 0-1 values. |
correcto |
The recognition rate in the previuos step. |
kvec |
The number of neighbors to be used by the knn classifier |
method |
The classifier to be used to select the best features. |
Edgar Acuna