sbs1 {dprep}R Documentation

One-step sequential backward selection

Description

This functions performs one-step of the sequential backward selection procedure.

Usage

sbs1(data, indic, correct0, kvec, method = c("lda", "knn",
 "rpart"))

Arguments

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

Author(s)

Edgar Acuna

See Also

sffs


[Package dprep version 1.0 Index]