sfs1: One-step sequential forward selection

Description Usage Arguments Author(s) See Also

View source: R/sfs1.R

Description

This function computes one-step of the sequential forward selection procedure.

Usage

1
2
sfs1(data, indic, correcto, kvec, method = c("lda", "knn",
 "rpart"))

Arguments

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.

Author(s)

Edgar Acuna

See Also

sffs


dprep documentation built on May 29, 2017, 11:01 a.m.