This function evaluates the performance of the generated trees for error estimation by ten-fold cross validation assessment.
J48DTeval(data, num.folds = 10, First = "CL1", Second = "CL2", quiet = FALSE)
Statistics about the J48 model
The resulted data from running the function J48DT.
A numeric value of the number of folds for the cross validation assessment. Default is 10.
A string vector showing the first target cluster. Default is "CL1"
A string vector showing the second target cluster. Default is "CL2"
If `TRUE`, suppresses intermediary output