|
a |
|
b/man/RpartEVAL.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/RpartEVAL.R |
|
|
3 |
\name{RpartEVAL} |
|
|
4 |
\alias{RpartEVAL} |
|
|
5 |
\title{Evaluating the performance of the RPART Decision Tree.} |
|
|
6 |
\usage{ |
|
|
7 |
RpartEVAL(data, num.folds = 10, First = "CL1", Second = "CL2", quiet = FALSE) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{data}{The resulted data from running the function J48DT.} |
|
|
11 |
|
|
|
12 |
\item{num.folds}{A numeric value of the number of folds for the cross |
|
|
13 |
validation assessment. Default is 10.} |
|
|
14 |
|
|
|
15 |
\item{First}{A string vector showing the first target cluster. Default is |
|
|
16 |
"CL1"} |
|
|
17 |
|
|
|
18 |
\item{Second}{A string vector showing the second target cluster. Default is |
|
|
19 |
"CL2"} |
|
|
20 |
|
|
|
21 |
\item{quiet}{If `TRUE`, suppresses intermediary output} |
|
|
22 |
} |
|
|
23 |
\value{ |
|
|
24 |
Performance statistics of the model |
|
|
25 |
} |
|
|
26 |
\description{ |
|
|
27 |
This function evaluates the performance of the generated trees |
|
|
28 |
for error estimation by ten-fold cross validation assessment. |
|
|
29 |
} |