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.