get complexity best optimal tree
decoding.
get_complexity_best_optimal_tree(f.dt)
f.dt
: f.dtData table with one row for each node in the tree.
Toby Dylan Hocking
N.data <- 19L min.seg.len <- 3L max.segments <- 4L cost.dt <- binsegRcpp::get_complexity_best_optimal_cost( N.data, min.seg.len, max.segments) binsegRcpp::get_complexity_best_optimal_tree(cost.dt)