CVTree

Contents

CVTree#

class braincell.CVTree(cvs, edges, root_cv_id, branch_to_cv_ids)[source]#

Graph-level metadata for one CV discretization.

Variables:
  • cvs (tuple of CV) – All CV records in stable id order.

  • edges (tuple of CVEdge) – Directed CV-tree edges.

  • root_cv_id (int) – Id of the unique root CV.

  • branch_to_cv_ids (tuple of tuple of int) – For each morphology branch, the ordered CV ids that tile that branch.