plot.dCVnet: plot.dCVnet

View source: R/dCVnet_plotting.R

plot.dCVnetR Documentation

plot.dCVnet

Description

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.

Usage

## S3 method for class 'dCVnet'
plot(x, type = "tuning", ...)

Arguments

x

a dCVnet object

type

one of

  • "tuning" - hyperparameter tuning plots (tuning_plot_dCVnet)

  • "roc" - a roc plot (plot.rocdata)

...

additional arguments passed to plot functions above.


AndrewLawrence/dCVnet documentation built on Sept. 24, 2024, 5:24 a.m.