appliedtopology / javaplex

Persistent Homology and Topological Data Analysis Library
BSD 3-Clause "New" or "Revised" License
191 stars 57 forks source link

ExplicitMetricSpace #17

Closed yitao416 closed 6 years ago

yitao416 commented 6 years ago

Hello,

I am interested in calculating the betti number based on Explicit Metric Space (Distance matrix) with maxmin selector. The matlab example is very straight forward. It works fine.

However, I have problems when trying to using Java to replicate this task. Could you give me a example like the "WitnessComplexDemo.java" where the explicit metric space and maxmin selector are used instead.

Thanks!