View source: R/dCVnet_plotting.R
tuning_plot_dCVnet | R Documentation |
Display the tuning curves for the repeated k-folds of the outerloop of a dCVnet.
tuning_plot_dCVnet(object, n.random = 0, plot = TRUE)
object |
a |
n.random |
select a random sample of k-fold reps to display. 0 = display all. |
plot |
(bool) produce the plot? or just return the plot and data |
requires ggplot2.
a list containing the plot and a data.frame used to plot (full data.frame is returned, i.e. ignores n.random)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.