tutorial.py
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 12 Jun 2012 22:22:00 -0700
changeset 0 337c84a13184
child 1 a0e045bf9248
permissions -rw-r--r--
Initial commit

execfile("01-setup.py")
#execfile("02-simplex.py")
#execfile("03-complex.py")
#execfile("04-alpha-shapes.py")
#execfile("05-rips.py")
#execfile("06-flat-torus.py")
#execfile("07-ls-filtration.py")
#execfile("08-extended-persistence.py")         # FIXME

# TODO: Distances

#points = read_points('data/annulus.pts')
#points = read_points('data/torus.pts')
execfile("10-circular.py")