get_complexity_best_optimal_tree function

get complexity best optimal tree

get complexity best optimal tree

decoding.

get_complexity_best_optimal_tree(f.dt)

Arguments

  • f.dt: f.dt

Returns

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)
  • Maintainer: Toby Dylan Hocking
  • License: GPL-3
  • Last published: 2023-09-06