View source: R/crissCrossValidate.R
crissCrossPlot | R Documentation |
This function generates a heatmap of the cross-validation results from
crissCrossValidate
. By default, it hides the "resubstitution" diagonal
(where the training == test set) unless showResubMetric = TRUE
.
crissCrossPlot(
crissCrossResult,
includeValues = FALSE,
showResubMetric = FALSE
)
crissCrossResult |
The output of the |
includeValues |
Logical. If |
showResubMetric |
Logical. If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.