get complexity best optimal splits
Convert output of get_complexity_best_optimal_tree
to counts of candidate splits that need to be considered at each iteration.
get_complexity_best_optimal_splits(node.dt, min.segment.length)
node.dt
: node.dtmin.segment.length
: min.segment.lengthData table with one row for each segment.
Toby Dylan Hocking