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 use to select the best features. |
Edgar Acuna