Print information about SCE or SCA model objects.
# S3 method for SCE
print(x, ...)
# S3 method for SCA
print(x, ...)Prints model information and returns the object invisibly.
An SCE or SCA model object
Additional arguments (not used)
For SCE objects, prints ensemble information including number of trees, parameters, predictors, predictants, and OOB performance metrics.
For SCA objects, prints tree structure information including total nodes, leaf nodes, cutting/merging actions, and variable names.
SCE, SCA, summary