depth_first_interface {binsegRcpp} | R Documentation |
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.
depth_first_interface(n_data,
min_segment_length)
n_data |
n_data |
min_segment_length |
min_segment_length |
Toby Dylan Hocking