Table of Contents

Mojo function

condense_tree

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

Args:

  • hierarchy (Matrix)
  • min_cluster_size (Int)

Returns:

Tuple

Raises: