Summarizes cross-validation results for ForestSearch, including subgroup agreement and performance metrics.
forestsearch_KfoldOut(res, details = FALSE, outall = FALSE)If outall=FALSE, a list with sens_metrics_original and
find_metrics. If outall=TRUE, a list with summary tables and metrics.
List. Result object from ForestSearch cross-validation, must contain
elements: cv_args, sg_analysis, sg0.name, sg1.name,
Kfolds, resCV.
Logical. Print details during execution (default: FALSE).
Logical. If TRUE, returns all summary tables; if FALSE, returns only metrics (default: FALSE).