Skip to content

cwindolf/dataset-homology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Up

First, download GUDHI, one of the .tar.gzs on this page with python in its name, save it in the ./gudhi folder, and exit setup.sh to make sure it knows it's there.

Make sure you follow the steps here which are annoying but necessary (unless the GUDHI people updated the library).

Make sure that Boost, CGAL, Eigen, and optionally also Intel TBB are installed on your system. On OS X, I was able to do this all with Homebrew:

$ brew install boost cgal eigen tbb

Also, you need to be running Python>=3.6.

Then,

$ . setup.sh

To test and see if everything worked, try

$ python3 $GUDHI_PATH/example/alpha_complex_from_points_example.py

(note that GUDHI_PATH was set by setup.sh).

Usage

TBD, but the place to look is scripts/alpha_complex_persistent_homology.py.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published