cv10knn2 {dprep} | R Documentation |
This function finds out the number of instances correctly classified by the knn classifier, using 10-fold cross validation, with one repetition
cv10knn2(data, kvec)
data |
the mane of the dataset |
kvec |
the number of neighbors |
Edgar Acuna