summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-27 21:51:22 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-06-27 21:51:22 +0200
commit6a91777aa7229536d177430aadc4d7e37274cdcb (patch)
tree2ee056688826f72bedc36699b869c8dede58b332 /src/common
parent68fadb4ebfe5b35a2eec99a9babafbee940a1b42 (diff)
parent9f249e001089af45186aaf0d196d6300705eee31 (diff)
Merge branch 'master' of github.com:GUDHI/gudhi-devel
Diffstat (limited to 'src/common')
-rw-r--r--src/common/doc/main_page.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/common/doc/main_page.md b/src/common/doc/main_page.md
index e61eee81..98169f82 100644
--- a/src/common/doc/main_page.md
+++ b/src/common/doc/main_page.md
@@ -24,7 +24,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref cubical_complex - <b>Reference manual:</b> Gudhi::cubical_complex::Bitmap_cubical_complex
+ <b>User manual:</b> \ref cubical_complex
</td>
</tr>
</table>
@@ -57,8 +57,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref alpha_complex - <b>Reference manual:</b> Gudhi::alpha_complex::Alpha_complex and
- Gudhi::alpha_complex::Alpha_complex_3d
+ <b>User manual:</b> \ref alpha_complex
</td>
</tr>
</table>
@@ -82,7 +81,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref cech_complex - <b>Reference manual:</b> Gudhi::cech_complex::Cech_complex
+ <b>User manual:</b> \ref cech_complex
</td>
</tr>
</table>
@@ -108,7 +107,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref rips_complex - <b>Reference manual:</b> Gudhi::rips_complex::Rips_complex
+ <b>User manual:</b> \ref rips_complex
</td>
</tr>
</table>
@@ -133,7 +132,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref witness_complex - <b>Reference manual:</b> Gudhi::witness_complex::SimplicialComplexForWitness
+ <b>User manual:</b> \ref witness_complex
</td>
</tr>
</table>
@@ -149,7 +148,6 @@
topological information about the input data. They can be computed with a cover of the
data, that comes i.e. from the preimage of a family of intervals covering the image
of a scalar-valued function defined on the data. <br>
- <b>User manual:</b> \ref cover_complex - <b>Reference manual:</b> Gudhi::cover_complex::Cover_complex
</td>
<td width="15%">
<b>Author:</b> Mathieu Carri&egrave;re<br>
@@ -160,7 +158,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref cover_complex - <b>Reference manual:</b> Gudhi::cover_complex::Cover_complex
+ <b>User manual:</b> \ref cover_complex
</td>
</tr>
</table>
@@ -188,7 +186,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref simplex_tree - <b>Reference manual:</b> Gudhi::Simplex_tree
+ <b>User manual:</b> \ref simplex_tree
</td>
</tr>
</table>
@@ -216,7 +214,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref skbl - <b>Reference manual:</b> Gudhi::skeleton_blocker::Skeleton_blocker_complex
+ <b>User manual:</b> \ref skbl
</td>
</tr>
</table>
@@ -241,7 +239,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref toplex_map - <b>Reference manual:</b> Gudhi::Toplex_map
+ <b>User manual:</b> \ref toplex_map
</td>
</tr>
</table>
@@ -301,7 +299,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref persistent_cohomology - <b>Reference manual:</b> Gudhi::persistent_cohomology::Persistent_cohomology
+ <b>User manual:</b> \ref persistent_cohomology
</td>
</tr>
</table>
@@ -331,7 +329,7 @@
</tr>
<tr>
<td colspan=2 height="25">
- <b>User manual:</b> \ref tangential_complex - <b>Reference manual:</b> Gudhi::tangential_complex::Tangential_complex
+ <b>User manual:</b> \ref tangential_complex
</td>
</tr>
</table>
@@ -349,7 +347,9 @@
Bottleneck distance measures the similarity between two persistence diagrams.
It's the shortest distance b for which there exists a perfect matching between
the points of the two diagrams (+ all the diagonal points) such that
- any couple of matched points are at distance at most b.
+ any couple of matched points are at distance at most b,
+ where the distance between points is the sup norm in \f$\mathbb{R}^2\f$
+ (not the Euclidean distance).
</td>
<td width="15%">
<b>Author:</b> Fran&ccedil;ois Godi<br>
@@ -374,8 +374,8 @@
</td>
<td width="50%">
It contains implementation of various representations of persistence diagrams; diagrams themselves, persistence
- landscapes (rigorous and grid version), persistence heath maps, vectors and others. It implements basic
- functionalities which are neccessary to use persistence in statistics and machine learning.
+ landscapes (rigorous and grid version), persistence heat maps, vectors and others. It implements basic
+ functionalities which are necessary to use persistence in statistics and machine learning.
</td>
<td width="15%">
<b>Author:</b> Pawel Dlotko<br>