sbs1 {dprep} | R Documentation |
This functions performs one-step of the sequential backward selection procedure.
sbs1(data, indic, correct0, kvec, method = c("lda", "knn", "rpart"))
data |
the name of a dataset |
indic |
a vector of 0-1 values: 1 indicates a selected feature. |
correct0 |
the recognition rate baed on the current subset of features |
kvec |
the number of neighbors |
method |
the classifier to be used |
Edgar Acuna