get_complexity_best_optimal_tree {binsegRcpp} | R Documentation |
get complexity best optimal tree
Description
decoding.
Usage
get_complexity_best_optimal_tree(f.dt)
Arguments
f.dt |
f.dt |
Value
Data table with one row for each node in the tree.
Author(s)
Toby Dylan Hocking
Examples
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)
[Package binsegRcpp version 2023.8.31 Index]