summaryrefslogtreecommitdiff
path: root/src/Witness_complex/doc
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-30 12:37:32 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-30 12:37:32 +0000
commitba522fc8c114b2de36c4b399d74edce8883d2577 (patch)
tree99d788e67aca56462aca1dca3532b878b2191457 /src/Witness_complex/doc
parent1a3119c6034e1a79daf9d61fe005b0f1626d379a (diff)
Added a line to doc following Clément's comment
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@2026 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a3d4afc6110079c9826045c9de61fab9bc52f31e
Diffstat (limited to 'src/Witness_complex/doc')
-rw-r--r--src/Witness_complex/doc/Witness_complex_doc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Witness_complex/doc/Witness_complex_doc.h b/src/Witness_complex/doc/Witness_complex_doc.h
index 247d862a..cd54887a 100644
--- a/src/Witness_complex/doc/Witness_complex_doc.h
+++ b/src/Witness_complex/doc/Witness_complex_doc.h
@@ -53,9 +53,11 @@
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.
+ All the computations of nearest landmarks in Euclidean case are exact thanks to Gudhi::spatial_searching::Kd_tree_search data structure.
+
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.
+ The constructors take on the steps 1 and 2, while the function 'create_complex' executes the step 3.
\section witnessexample1 Example 1: Constructing weak relaxed witness complex from an off file