summaryrefslogtreecommitdiff
path: root/src/Witness_complex/example/Landmark_choice_random_knn.h
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-28 11:54:31 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-28 11:54:31 +0000
commit1c09c91ddf4d38196a91bbff5ae432fb13be6762 (patch)
tree684a6722a714ab01f7c08cfd1d0419c98f07bb50 /src/Witness_complex/example/Landmark_choice_random_knn.h
parent68752bc0ce16dbff783b5f84a2d02a10b7d05a4e (diff)
All work up until now
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1578 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a9379060f1edfbc419e259b2e207ebc608798803
Diffstat (limited to 'src/Witness_complex/example/Landmark_choice_random_knn.h')
-rw-r--r--src/Witness_complex/example/Landmark_choice_random_knn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Witness_complex/example/Landmark_choice_random_knn.h b/src/Witness_complex/example/Landmark_choice_random_knn.h
index 3797b4c5..fb91e116 100644
--- a/src/Witness_complex/example/Landmark_choice_random_knn.h
+++ b/src/Witness_complex/example/Landmark_choice_random_knn.h
@@ -131,7 +131,7 @@ typedef Neighbor_search::Tree Tree;
distances[points_i].push_back(sqrt(search_it->second));
knn[points_i].push_back((search_it++)->first);
}
- std::cout << "k = " << knn[points_i].size() << std::endl;
+ //std::cout << "k = " << knn[points_i].size() << std::endl;
}
}