kfoldxcv_grid {structToolbox} | R Documentation |
Plot of cross validation predictions vs the true values.
kfoldxcv_grid(factor_name, level, ...)
factor_name |
The sample_meta column name to use. |
level |
The level of the factor to plot |
... |
additional slots and values passed to struct_class |
struct object
D = iris_DatasetExperiment() I = kfold_xval(factor_name='Species') * (mean_centre() + PLSDA(factor_name='Species')) I = run(I,D,balanced_accuracy()) C = kfoldxcv_grid(factor_name='Species',level='setosa') chart_plot(C,I)