Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```