depth_first_interface: depth first interface

View source: R/RcppExports.R

depth_first_interfaceR 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


binsegRcpp documentation built on Sept. 8, 2023, 6:11 p.m.