rcv_rusranger | R Documentation |
Runs a repeated cross validation for rusranger()
.
The cross validation optimises the AUC.
rcv_rusranger(x, y, nfolds = 5, nrepcv = 2, ...)
x |
|
y |
|
nfolds |
|
nrepcv |
|
... |
further arguments passed to |
double(5)
, minimal, 25 % quartiel, median, 75 % quartile and
maximal AUC across the repeated cross validations.
iris <- subset(iris, Species != "setosa") rcv_rusranger( iris[-5], as.numeric(iris$Species == "versicolor"), nfolds = 3, nrepcv = 3 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.