summaryrefslogtreecommitdiff
path: root/src/Subsampling
AgeCommit message (Collapse)Author
2020-12-10Merge pull request #409 from mglisse/fardistMarc Glisse
Pass a distance function instead of a kernel to choose_n_farthest_points
2020-12-10Merge pull request #408 from mglisse/subsampleMarc Glisse
Clean-ups in subsampling
2020-11-26handle old boostMarc Glisse
2020-11-22Handle squared radiusMarc Glisse
Make it work without a breaking change, we can always make a change later in a separate PR.
2020-11-09Don't test the equality case in sparsify_point_set. sqrt.Marc Glisse
2020-11-09Merge remote-tracking branch 'origin/master' into fardistMarc Glisse
and remove example installation
2020-11-09static_assert messageMarc Glisse
2020-11-03Fix #415 by removing all install cmake targets from examplesROUVREAU Vincent
2020-11-01The example does not need CGAL/eigen anymore.Marc Glisse
I had done a search and replace without checking. I don't understand why there are "install" directives for examples...
2020-11-01Doc tweaks.Marc Glisse
2020-11-01Document that only double is supported.Marc Glisse
2020-10-31long lineMarc Glisse
2020-10-31s/kernel/distance/ for choose_n_farthest_points argumentMarc Glisse
2020-10-31Clean-ups in subsamplingMarc Glisse
2020-10-28emplace_backMarc Glisse
2020-10-22test with duplicated pointMarc Glisse
2020-10-22Simplify strange iterator useMarc Glisse
the syntax with [] is already used a few lines above
2020-10-22Document the changeMarc Glisse
It would be possible to emit the duplicate points instead of stopping, but the current implementation makes that inconvenient.
2020-10-19Handle duplicated pointsMarc Glisse
2020-01-27Code review: Use std::clog instead of std::coutROUVREAU Vincent
2019-12-06Modify boost tests to be more verbose and errors in colour. I kept coverage ↵ROUVREAU Vincent
tests (was only used by Jenkins) and they still can be activated through an option
2019-08-20Add include iostream when needed, and remove CGAL includes when not requiredROUVREAU Vincent
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-14Remove gudhi_patches for CGAL and CGAL 4.11.0 is now the minimal CGAL ↵ROUVREAU Vincent
version required. Modification of documentation accordingly
2019-06-13Change CopyrightROUVREAU Vincent
2018-05-15CMake minimal version is now 3.1vrouvrea
Compilation flags are now externalized in cmake/modules Add NO_POLICY_SCOPE for GUDHI_third_parties to fix warnings Try to fix CGAL 4.12 that is no more setting CGAL_LIBRARIES git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cmake_v3_vincent@3445 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 0ac7613f016e28cc634606f76e85ecaf5bacb2d4
2018-04-26Fix Copyrightsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/copyright_clarification_vincent@3400 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ff348beedf92656c6913c2a1df983b5804b33988
2018-01-26Move documentation Copyright in footervrouvrea
Removed from each module git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3167 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7595f2d18cdc3773bbd96fa9fed414876ff9fdc7
2017-12-16Allow constant input in choose_n_farthest_points.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3075 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: e3e6f9f0fe4e0cc0e4062984cc8ba08e99c1528f
2017-09-29Rename a few functions in Kd_tree_searchcjamin
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2730 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f009977d25c76cc0f6116093a448fab258c8626b
2017-06-09Homogenize DEFINE profiling name for subsamplingvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/boost_system_no_deprecated_test@2530 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 99176a6381a5c81298d94a781b996904ff2e1acc
2017-05-30Make install examples mechanismvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cmake_modules_for_gudhi@2467 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 018b6e55c392b37d02503e7822e0a586061c987d
2017-04-19Rename tests and examples to be consistent with the naming rulesvrouvrea
xml test results is now generated out of source git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/add_test_windows@2364 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: ae2dd1592b63f4e7da5e17655761697b6daf7dd0
2017-04-11Move Euclidean_distance in Gudhi namespacevrouvrea
Fix cpplints git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2331 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: bc5609c2df490db50e82b56a5e6d899dc6370182
2017-04-10Fix and rename test farthestvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2328 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f1761bf66bcf6d45f72a051fa9a62c4699e3999d
2017-04-07Clarify doc about Squared_distance_d in Subsampling.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2315 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5559e1c426569fba1dd4cd350a8697ab7e3260f1
2017-03-27Rename random_first_landmark to random_starting_point.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2250 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 953403f208094ca4145d837f736bfc939efa9223
2017-03-26Remove overload of choose_n_farthest_points.glisse
Use a named constant instead of -1 to denote a random value. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2245 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 166dff85c74ab2c13bfd788f226d1d8a15d1d1b9
2017-03-26merge from trunkglisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2244 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7d261d59dae839dd5de8f6a03c5a167d015f7d85
2017-03-24Workaround for CGAL version 4.8 compilation issuevrouvrea
New target CGAL_WITH_EIGEN3_VERSION set with CGAL_VERSION when CGAL and Eigen3 found to ease CMakeLists.txt git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cgal_4.8_issue@2241 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2fbf1f9397aa1549ba05aa26ac6852b882dce147
2017-02-24Drop unused include gudhi/Clock.h.glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2108 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a210a519993cb4f0118fb250e76afea10d20bad3
2017-02-24Let choose_n_farthest_points output distances (optional).glisse
Drop unused CGAL includes. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/farthest_distance@2107 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 1e56514dc32af0eb12a52a86c19e5c815e560c7d
2017-02-24Revert previous commit, was supposed to go to a branch !!!glisse
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2106 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 59183c46120a19ad0a840dd57b7a4706a4d44bdd
2017-02-24Let choose_n_farthest_points output distances (optional).glisse
Drop unused CGAL includes. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2105 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c5a34492a451c8455c42eb8db1c6c7ca5f1bc7b2
2016-12-16Fix cppcheck warningsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1906 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: abb0875f5cfe3b3d0ce738257efc3f4c0fb57adc
2016-12-16Warning fixesvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1905 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7b7222ebe65fd01fde30f8ba527ebaee633fc87e
2016-12-16Fix cpplint and warningsvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1902 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 24c5aacf579eb1ceb35c680770d5168524c4c84b
2016-12-15Modify random and limit tests casesvrouvrea
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1883 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 385f334f9358ae62c2ba6ec0d652ecfd52a052a7
2016-12-14Added an example with a distance matrix for the farthest point algorithmskachano
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1874 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 340e465189dc7ec8f8706e60e2d8097b53bfd5a0
2016-12-14Improved the documentation for choose_farthest_pointsskachano
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1869 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 08223b7d1788c73b0fb3fc7255a6386896b63626