ForestSearch K-Fold Cross-Validation Output Summary
Source:R/forestsearch_cross-validation.R
forestsearch_KfoldOut.RdSummarizes cross-validation results for ForestSearch, including subgroup agreement and performance metrics.
Arguments
- res
List. Result object from ForestSearch cross-validation, must contain elements:
cv_args,sg_analysis,sg0.name,sg1.name,Kfolds,resCV.- details
Logical. Print details during execution (default: FALSE).
- outall
Logical. If TRUE, returns all summary tables; if FALSE, returns only metrics (default: FALSE).