summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-02-16 15:02:50 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-02-16 15:02:50 +0000
commitc5469621436305badbc4c5a64380881b6571f7bc (patch)
tree079977a9db04738525c9bae5d6a3688b0a67fe52 /src
parent897f3b6016dac740c5b990c72e2e0ba30cf29963 (diff)
Commented is_witness_complex's documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/witness@1026 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 912a482e67e92b02a20db1be8b602ff8576632ae
Diffstat (limited to 'src')
-rw-r--r--src/Witness_complex/include/gudhi/Landmark_choice_by_furthest_point.h1
-rw-r--r--src/Witness_complex/include/gudhi/Witness_complex.h10
2 files changed, 6 insertions, 5 deletions
diff --git a/src/Witness_complex/include/gudhi/Landmark_choice_by_furthest_point.h b/src/Witness_complex/include/gudhi/Landmark_choice_by_furthest_point.h
index 47cd888d..2491b319 100644
--- a/src/Witness_complex/include/gudhi/Landmark_choice_by_furthest_point.h
+++ b/src/Witness_complex/include/gudhi/Landmark_choice_by_furthest_point.h
@@ -34,6 +34,7 @@ namespace witness_complex {
typedef std::vector<int> typeVectorVertex;
/**
+ * \ingroup witness_complex
* \brief Landmark choice strategy by iteratively adding the furthest witness from the
* current landmark set as the new landmark.
* \details It chooses nbL landmarks from a random access range `points` and
diff --git a/src/Witness_complex/include/gudhi/Witness_complex.h b/src/Witness_complex/include/gudhi/Witness_complex.h
index dab80be6..046343db 100644
--- a/src/Witness_complex/include/gudhi/Witness_complex.h
+++ b/src/Witness_complex/include/gudhi/Witness_complex.h
@@ -188,11 +188,11 @@ class Witness_complex {
}
public:
- /**
- * \brief Verification if every simplex in the complex is witnessed by witnesses in knn.
- * \param print_output =true will print the witnesses for each simplex
- * \remark Added for debugging purposes.
- */
+ // /**
+ // * \brief Verification if every simplex in the complex is witnessed by witnesses in knn.
+ // * \param print_output =true will print the witnesses for each simplex
+ // * \remark Added for debugging purposes.
+ // */
template< class KNearestNeighbors >
bool is_witness_complex(KNearestNeighbors const & knn, bool print_output) {
// bool final_result = true;