get_cp_seq.SDForest: Get the sequence of complexity parameters of an SDForest
Description
This function extracts the sequence of complexity parameters of an SDForest that
result in changes of the SDForest if pruned. Only cp values that differ
in the first three digits after the decimal point are returned.
Usage
# S3 method for SDForest
get_cp_seq(object, ...)
Value
A sequence of complexity parameters
Arguments
object
an SDForest object
...
Further arguments passed to or from other methods.