tutorial.py
author Dmitriy Morozov <dmitriy@mrzv.org>
Sun, 17 Jun 2012 12:14:23 -0700
changeset 4 3315b6204a33
parent 2 4b3728f0d920
permissions -rw-r--r--
Minor touches

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

# TODO: Distances

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