kfoldxcv_metric {structToolbox}R Documentation

kfoldxcv metric plot

Description

A boxplot of the performance metric computed for each fold of a k-fold cross-validation.

Usage

kfoldxcv_metric(...)

Arguments

...

Additional slots and values passed to struct_class.

Value

A kfoldxcv_metric object. This object has no output slots. See chart_plot in the struct package to plot this chart object.

Examples

C = kfoldxcv_metric()

[Package structToolbox version 1.6.0 Index]