cv10rpart2 {dprep} | R Documentation |
This function finds the number of instances correctly classified by the decision tree classifier, rpart, using 10-fold cross validation and one repetition.
cv10rpart2(datos)
datos |
The name of the dataset |
Edgar Acuna