PersistenceTrace¶
- class fast_plscan.plots.PersistenceTrace(trace)¶
A trace of total leaf cluster persistence across size thresholds.
For each tested minimum cluster size value, this object stores the total persistence contribution of all leaf clusters alive at that threshold. It can be exported with
to_numpyandto_pandasor visualized withplot.- Parameters:
trace (
PersistenceTrace) – The total persistence trace as produced internally.
Methods