circle_bundles.CobirthResult
- class circle_bundles.CobirthResult(k_removed, cutoff_weight, removed_edges)[source]
Bases:
objectCobirth event for an edge-driven filtration.
In the edge-driven filtration used here, edges are removed in descending weight order (heaviest first). At each stage we consider the induced subcomplex on the remaining edges (and any higher simplices whose edges are all still present).
A cobirth is the first stage
k_removedat which the relevant class becomes a cocycle on the induced complex.- cutoff_weight
Filtration cutoff weight at that stage.
+∞whenk_removed = 0(no edges removed)-∞whenk_removedis at least the number of edges (everything removed)
- Type:
- removed_edges
List of canonical edges that were removed up to and including the stage, in the order they were removed (heaviest first).
See also
CodeathResult,summarize_edge_driven_persistence- __init__(k_removed, cutoff_weight, removed_edges)
Methods
__init__(k_removed, cutoff_weight, removed_edges)Attributes