GithubHelp home page GithubHelp logo

appliedtopology / tda4j Goto Github PK

View Code? Open in Web Editor NEW
3.0 6.0 0.0 26.11 MB

TDA library for the JVM

Home Page: https://appliedtopology.github.io/tda4j/

License: MIT License

Scala 100.00%
applied-topology persistent-homology tda

tda4j's Introduction

test lint docs

TDA4j

Persistent Homology and Topological Data Analysis Library

The TDA4j library implements persistent homology and related techniques from computational and applied topology, in a library designed for ease of use, ease of access from Matlab and java-based systems, and ease of extensions for further research projects and approaches.

The library is based on previous libraries from the Computational Topology workgroup at Stanford University.

For persistent homology and its capabilities, we recommend the survey article Topology and Data by Gunnar Carlsson.

tda4j's People

Contributors

jsmatuszewski avatar michiexile avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tda4j's Issues

Creation of Chain.kts

refer to Edelsbrunner and INTRODUCTION TO SIMPLICIAL COMPLEXES

Note: Full implementation is done when SortedMaps is done.

Remove `Plex4`

We still have the masterclass api.Plex4 containing interface functions built with Matlab in mind. This class should probably be renamed -- but doing so means updating ALL the Matlab files.

Finish and sanity-check namechange

I have done search/replace to change out of a edu.stanford namespace into an org.appliedtopology namespace. Nevertheless, I have not checked everything.

Create Matlab-friendly classes

It would be nice to have a collection of classes that basically just inherit good default choices of things from basically all classes in circulation, so that we might have, say, tda4j.matlab.BarcodeCollection and tda4j.matlab.VietorisRipsStream that do not actually require parametrizations and thus should work out of the box from Matlab.

Error in adding vertices to an `AbstractSimplex`

The current implementation of the Simplex functionality has an error, whereby the following code fails to behave as expected:

val s = Simplex(1,2,3)
(s + 4).contains(4)

This is documented in the test suite, which now fails two different tests based on this: both


and
s.boundary() must contain(Simplex(1, 2), Simplex(1, 3), Simplex(2, 3))

fail currently.

The boundary test fails because the construction of simplices includes using the AbstractSimplex.incl method to add elements to the simplex object.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.