Table of Contents

Mojo function

condense_tree

fn condense_tree(hierarchy: Matrix, min_cluster_size: Int = 10) -> Tuple[Dict[String, List[Int]], List[Float32]]

Args:

  • hierarchy (Matrix)
  • min_cluster_size (Int)

Returns:

Tuple[Dict[String, List[Int]], List[Float32]]

Raises: