Methods for printing and summarizing SCA (Stepwise Cluster Analysis) and SCE (Stepwise Clustered Ensemble) objects.
# S3 method for SCA
print(x, ...)# S3 method for SCA
summary(object, ...)
# S3 method for SCE
print(x, ...)
# S3 method for SCE
summary(object, ...)
print.SCA
and print.SCE
return the object invisibly.
summary.SCA
returns a summary of the SCA model including tree statistics.
summary.SCE
returns a summary of the SCE model including ensemble statistics.
An SCA or SCE object returned by the SCA()
or SCE()
function.
Additional arguments passed to methods.
SCA
, SCE