Skip to main content

recursive_bisect

Function recursive_bisect 

Source
pub fn recursive_bisect(
    node: &ClusterNode,
    variances: &[f64],
    weight: f64,
    out: &mut [f64],
)
Expand description

Walk the dendrogram tree, splitting weight between left and right subtrees using inverse-variance allocation at each branch.