-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Witness Lifting (Point Cloud to Simplicial) #20
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Please consider making the tests pass to make this submission valid for the challenge |
Hello @Snopoff! Thank you for your submission. As we near the end of the challenge, I am collecting participant info for the purpose of selecting and announcing winners. Please email me (or have one member of your team email me) at [email protected] so I can share access to the voting form. In your email, please include:
Before July 12, make sure that your submission respects all Submission Requirements laid out on the challenge page. Any submission that fails to meet this criteria will be automatically disqualified. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20 +/- ##
=======================================
Coverage ? 68.21%
=======================================
Files ? 18
Lines ? 538
Branches ? 0
=======================================
Hits ? 367
Misses ? 171
Partials ? 0 ☔ View full report in Codecov by Sentry. |
This lifting implements lifting that constructs a simplicial complex, called Witness complex, from a point cloud. The Witness complex is computed using the$W$ , called witnesses. From this set, a subset $L$ of landmarks is formed by randomly choosing the points.
GUDHI
library [1]. In the current implementation the Witness complex is defined over a point cloudCurrent implementation can only lift to a weak Euclidian Witness complex: