Provide concise summaries of model structure and performance for SCE and SCA objects.
# S3 method for SCE
summary(object, ...)
# S3 method for SCA
summary(object, ...)Invisibly returns the input object after printing the summary.
An SCE or SCA model object
Additional arguments passed to or ignored by methods
For summary.SCE, the method prints ensemble configuration, out-of-bag (OOB) performance statistics, tree structure information, and tree weight distribution.\
For summary.SCA, the method prints tree structure information and variable summaries for the single SCA tree.
SCE, SCA, print, importance, evaluate