cv10knn2 {dprep}R Documentation

Auxiliary function for sequential feature selection

Description

This function finds out the number of instances correctly classified by the knn classifier, using 10-fold cross validation, with one repetition

Usage

cv10knn2(data, kvec)

Arguments

data the mane of the dataset
kvec the number of neighbors

Author(s)

Edgar Acuna

See Also

crossval


[Package dprep version 1.0 Index]