jakipatryk / spark-persistent-homology

(WIP, not fast enough for any production usage yet) Library for persistent homology computations in Apache Spark.
Apache License 2.0
0 stars 0 forks source link

Add functionality to automatically set number of partitions #17

Closed jakipatryk closed 1 year ago

jakipatryk commented 1 year ago

Currently end-user needs to specify number of partitions to use for boundary matrix reduction by hand. It would be usefull to add functionality to automatically determine the best number of partitions.