summaryrefslogtreecommitdiff
path: root/src/Witness_complex/doc
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-19 12:17:03 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-19 12:17:03 +0000
commitf0fe875e5046dc31ed8cea9771500a5d0972c118 (patch)
treea872eb9da9fd4da2403c791ac56927c25107caba /src/Witness_complex/doc
parent82132d5dce57c85c183d62d423f26771f7775440 (diff)
Fixed gss namespace
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1957 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a2d69f25deac0ee99f2b92abeaef7fc6026e11cb
Diffstat (limited to 'src/Witness_complex/doc')
-rw-r--r--src/Witness_complex/doc/Witness_complex_doc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Witness_complex/doc/Witness_complex_doc.h b/src/Witness_complex/doc/Witness_complex_doc.h
index 1ed3fd4e..8d99b381 100644
--- a/src/Witness_complex/doc/Witness_complex_doc.h
+++ b/src/Witness_complex/doc/Witness_complex_doc.h
@@ -48,11 +48,13 @@
- Gudhi::witness_complex::Strong_witness_complex
- Gudhi::witness_complex::Euclidean_strong_witness_complex
- The construction of both of them follow the same scheme:
+ The construction of the Euclidean versions of complexes follow the same scheme:
1. Construct a search tree on landmarks (for that Gudhi::spatial_searching::Kd_tree_search is used internally).
- 2. Construct lists of nearest landmarks for each witness (special internal structure Gudhi::witness_complex::Active_witness is used internally).
+ 2. Construct lists of nearest landmarks for each witness (special structure Gudhi::witness_complex::Active_witness is used internally).
3. Construct the witness complex for nearest landmark lists.
+ In the non-Euclidean classes, the lists of nearest landmarks are supposed to be given as input.
+
The constructors take on the step 1, while the function 'create_complex' executes the steps 2 and 3.
\section witnessexample1 Example 1: Constructing weak relaxed witness complex from an off file