depth_first_interface {binsegRcpp} | R Documentation |
depth first interface
Description
Use depth first search to compute a data.frame with one row for each segment, and columns splits and depth, number/depth of candidate splits that need to be computed after splitting that segment.
Usage
depth_first_interface(n_data,
min_segment_length)
Arguments
n_data |
n_data |
min_segment_length |
min_segment_length |
Author(s)
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre]
[Package binsegRcpp version 2025.5.13 Index]