Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 469 Bytes

Compute persistent homology of a point cloud given a filtration file.

Input

The required format for filtrations is

birth_time dimension first_vertex_index second_vertex_index ...

See filtrations/ folder for examples.

Code

Code in td5.py computes homology by building and reducing boundary matrix and outputs barcode images.

Output

The code output barcodes like those in folder barcodes/.

Barcode of the 4-sphere