Learn R Programming

dprep (version 3.0.2)

cv10rpart2: Auxiliary function for sequential feature selection

Description

This function finds the number of instances correctly classified by the decision tree classifier, rpart, using 10-fold cross validation and one repetition.

Usage

cv10rpart2(datos)

Arguments

datos
The name of the dataset

See Also

crossval