View source: R/dCVnet_plotting.R
plot.dCVnet | R Documentation |
Produces either a plot of the tuning parameters and inner loop performance per fold of the outer loop, or the final roc plots of the outer loop.
tuning
- selected tuning parameters over repeated folds
of the outerloop
roc
- Sensitivity vs. (1 - Specificity) plot.
## S3 method for class 'dCVnet'
plot(x, type = "tuning", ...)
x |
a |
type |
one of
|
... |
additional arguments passed to plot functions above. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.