Skip to contents

See documentation for make_b_ary_tree() for details.

Usage

then_b_ary_tree(lhs, leaf_count, branching_factor)

Arguments

lhs

The prior transformation or metric space.

leaf_count

The number of leaf nodes in the b-ary tree.

branching_factor

The number of children on each branch of the resulting tree. Larger branching factors result in shallower trees.

Value

Transformation