summaryrefslogtreecommitdiff
path: root/src/Witness_complex/doc/Witness_complex_doc.h
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-30 14:22:57 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-01-30 14:22:57 +0000
commita63c390725163a69943a0f144f78659debb8ae09 (patch)
treeac34ab3548ebaa82f795e24d238908fc033ac0fa /src/Witness_complex/doc/Witness_complex_doc.h
parent5a4adcab18b7a577706cae7abfddc52a5cf8f1c5 (diff)
Removed a line to doc following Clément's comment
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@2028 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ea36d149b9771bba2a40816e564ffde02080b931
Diffstat (limited to 'src/Witness_complex/doc/Witness_complex_doc.h')
-rw-r--r--src/Witness_complex/doc/Witness_complex_doc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Witness_complex/doc/Witness_complex_doc.h b/src/Witness_complex/doc/Witness_complex_doc.h
index cd54887a..171a185f 100644
--- a/src/Witness_complex/doc/Witness_complex_doc.h
+++ b/src/Witness_complex/doc/Witness_complex_doc.h
@@ -53,8 +53,6 @@
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 steps 1 and 2, while the function 'create_complex' executes the step 3.