This function returns a trimmed VLMC from which match positions have been removed.
Source:R/vlmc_trim_cpp.R
trim.vlmc_cpp.Rd
This function returns a trimmed context tree from which match positions have been removed.
Usage
# S3 method for vlmc_cpp
trim(ct, ...)
Details
Trimming in the C++ backend is done directly in the Rcpp
managed memory and
cannot be detected at R level using e.g. utils::object.size()
.