Skip to content

Commit

Permalink
Update chromatic-tda.md
Browse files Browse the repository at this point in the history
Fixed broken link, corrected a typo.
  • Loading branch information
OnDraganov authored Sep 25, 2024
1 parent 6b70a60 commit d5e01d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _software/chromatic-tda.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ links:
---

From repository:
> chromatic_tda is a package for computing six-packs of persistent diagrams of colored point clouds, such as cells on a tissue slide with an information about their type or 3D stucture of a material composed of different atoms. The six-pack is a topological summary of capturing many aspects of how the different types of point mingle. It consists of kernel, domain, image, codomain, cokernel and relative persistence diagrams.
> chromatic_tda is a package for computing six-packs of persistent diagrams of colored point clouds, such as cells on a tissue slide with an information about their type; or 3D stucture of a material composed of different atoms. The six-pack is a topological summary of capturing many aspects of how the different types of points mingle. It consists of kernel, domain, image, codomain, cokernel and relative persistence diagrams.
> The main purpose of the code is to provide implementation to experiment with chromatic topological data analysis. Although not completely naive, many aspects of the code can be optimised, especially if only part of the infomration from the six-packs turns out to be interesting in a given application.
Preprints of papers the implementaiton is based on:
* [Chromatic Topological Data Analysis](arxiv.org/abs/2406.04102) -- survey of the main ideas
* [Chromatic Topological Data Analysis](https://arxiv.org/abs/2406.04102) -- survey of the main ideas
* [Chromatic Alpha Complexes](https://arxiv.org/abs/2212.03128) -- the main paper detailing the construction and mathematics behind it
* [On the Size of Chromatic Delaunay Mosaics](https://arxiv.org/abs/2212.03121) -- analysis of the combinatorial aspects of the main simplicial complex used

Expand Down

0 comments on commit d5e01d2

Please sign in to comment.