summaryrefslogtreecommitdiff
path: root/data/points/generator/README
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-05-24 09:03:51 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-05-24 09:03:51 +0000
commit07b4360422ddeac4a7f577cc61eb368e1c7237d7 (patch)
tree3996d60a78f8ede27aa9acad62f5c9002a48847d /data/points/generator/README
parenta2acd8915df3d5ffc87c3773a887a410e48b0a83 (diff)
Add Aurélien Alvarez's generator
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1189 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5fe81e09f9f5efe8ea50ac34d9c012c70283a3e6
Diffstat (limited to 'data/points/generator/README')
-rw-r--r--data/points/generator/README20
1 files changed, 19 insertions, 1 deletions
diff --git a/data/points/generator/README b/data/points/generator/README
index e6b28eb0..41cb9165 100644
--- a/data/points/generator/README
+++ b/data/points/generator/README
@@ -1,10 +1,13 @@
-To build the example, run in a Terminal:
+=========================== C++ generators =====================================
+
+To build the C++ generators, run in a Terminal:
cd /path-to-gudhi/
cmake .
cd /path-to-data-generator/
make
+=========================== hypergenerator =====================================
Example of use :
@@ -24,3 +27,18 @@ Example of use :
!! Warning: hypegenerator on cube is not available !!
+===================== aurelien_alvarez_surfaces_in_R8 ==========================
+
+This generator is written in Python.
+
+This code generates points on a family of surfaces living in CP^2. You can move
+in the family thanks to the parameter "degre". The parameter "nombrePoints"
+allows to choose the number of points on the chosen surface. Finally, to compute
+the points, we choose a chart in C^2 and take points randomly in the x-variable,
+so that you may also modify the window for x in the complex plane (parameter
+"module_x").
+
+After that, the program computes points in C^2, then maps them in R^8, so that
+the points live on a surface which is compact (which is not the case for the
+intersection of the surface with C^2). We end off with a bunch of points on a
+compact surface in R^8.