Expand a vector of counts into a b-ary tree of counts,
where each branch is the sum of its b
immediate children.
Details
make_b_ary_tree in Rust documentation.
Supporting Elements:
Input Domain:
VectorDomain<AtomDomain<TA>>
Output Domain:
VectorDomain<AtomDomain<TA>>
Input Metric:
M
Output Metric:
M