Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakipatryk/spark-persistent-homology
(WIP) Library for persistent homology computations in Apache Spark.
https://github.com/jakipatryk/spark-persistent-homology
persistent-homology spark tda topological-data-analysis
Last synced: about 7 hours ago
JSON representation
(WIP) Library for persistent homology computations in Apache Spark.
- Host: GitHub
- URL: https://github.com/jakipatryk/spark-persistent-homology
- Owner: jakipatryk
- License: apache-2.0
- Created: 2021-06-08T23:57:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T21:52:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T14:28:44.028Z (over 1 year ago)
- Topics: persistent-homology, spark, tda, topological-data-analysis
- Language: Scala
- Homepage:
- Size: 272 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spark-persistent-homology
Implementation of persistent homology computation in Apache Spark.
The goal of this project is to enable persistent homology computation in the context of big data for non-topologists (WIP).## Running tests
To run unit tests use the following command:
```
sbt test
```