Learn R Programming

SCE (version 1.1.2)

print: Print SCE and SCA Model Objects

Description

Print information about SCE or SCA model objects.

Usage

# S3 method for SCE
print(x, ...)
# S3 method for SCA
print(x, ...)

Value

Prints model information and returns the object invisibly.

Arguments

x

An SCE or SCA model object

...

Additional arguments (not used)

Details

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.

See Also

SCE, SCA, summary