From 47b98207fa51f6a05094334ebf4471968a1bc526 Mon Sep 17 00:00:00 2001 From: mcarrier Date: Sat, 13 May 2017 16:14:33 +0000 Subject: git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/Nerve_GIC@2415 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 24964dc19f3bf6646ac5c8218b12714f4821cadc --- src/Nerve_GIC/doc/Intro_graph_induced_complex.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Nerve_GIC/doc') 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 { * Kepler-Mapper 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. -- cgit v1.2.3