summaryrefslogtreecommitdiff
path: root/src/Nerve_GIC/doc
diff options
context:
space:
mode:
authormcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-05-13 16:14:33 +0000
committermcarrier <mcarrier@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-05-13 16:14:33 +0000
commit47b98207fa51f6a05094334ebf4471968a1bc526 (patch)
treece7b39e14c6aed87854a192b53c75738859c787f /src/Nerve_GIC/doc
parent39aa69c8b968f9f86a71106d64785b0f31c20914 (diff)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@2415 636b058d-ea47-450e-bf9e-a15bfbe3eedb
Former-commit-id: 24964dc19f3bf6646ac5c8218b12714f4821cadc
Diffstat (limited to 'src/Nerve_GIC/doc')
-rw-r--r--src/Nerve_GIC/doc/Intro_graph_induced_complex.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Nerve_GIC/doc/Intro_graph_induced_complex.h b/src/Nerve_GIC/doc/Intro_graph_induced_complex.h
index f30d51a4..9d7883e0 100644
--- a/src/Nerve_GIC/doc/Intro_graph_induced_complex.h
+++ b/src/Nerve_GIC/doc/Intro_graph_induced_complex.h
@@ -93,9 +93,9 @@ namespace graph_induced_complex {
* \subsection gicexample Example
*
* This example builds the GIC of a point cloud sampled on a 3D human shape (human.off).
- * The cover C comes from the preimages of intervals (with length 0.1 and gain 0)
+ * The cover C comes from the preimages of intervals (with length 0.075 and gain 0)
* covering the height function (coordinate 2),
- * and the graph G comes from a Rips complex built with threshold 0.1.
+ * and the graph G comes from a Rips complex built with threshold 0.075.
* Note that if the gain is too big, the number of cliques increases a lot,
* which make the computation time much larger.
*
@@ -103,7 +103,7 @@ namespace graph_induced_complex {
*
* When launching:
*
- * \code $> ./GIC ../../../data/points/human.off 0.1 2 0.1 0
+ * \code $> ./GIC ../../../data/points/human.off 0.075 2 0.075 0
* \endcode
*
* the program output is:
@@ -159,7 +159,7 @@ namespace graph_induced_complex {
* <a target="_blank" href="https://github.com/MLWave/kepler-mapper"> Kepler-Mapper </a> library.
* One can visualize data by launching:
*
- * \code python visu.py && firefox SC_visu.html
+ * \code python visu.py && firefox SC.html
* \endcode
*
* \copyright GNU General Public License v3.