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 based on the current subset of features |
kvec |
The number of neighbors |
method |
The classifier to be used |
Edgar Acuna