summaryrefslogtreecommitdiff
path: root/src/Subsampling/include/gudhi
AgeCommit message (Expand)Author
2022-02-10Boost 1.66.0 is now the minimal version as required from cgal 5.1 - Also remo...Vincent Rouvreau
2021-04-17Rewrite choose_n_farthest_pointsMarc Glisse
2020-12-10Merge pull request #409 from mglisse/fardistMarc Glisse
2020-11-26handle old boostMarc Glisse
2020-11-22Handle squared radiusMarc Glisse
2020-11-09Don't test the equality case in sparsify_point_set. sqrt.Marc Glisse
2020-11-09static_assert messageMarc Glisse
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-22Simplify strange iterator useMarc Glisse
2020-10-22Document the changeMarc Glisse
2020-10-19Handle duplicated pointsMarc Glisse
2019-08-14Fix #35 Modify Copyright as GUDHI is not only a C++ libraryROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2018-04-26Fix Copyrightsvrouvrea
2017-12-16Allow constant input in choose_n_farthest_points.glisse
2017-09-29Rename a few functions in Kd_tree_searchcjamin
2017-06-09Homogenize DEFINE profiling name for subsamplingvrouvrea
2017-04-11Move Euclidean_distance in Gudhi namespacevrouvrea
2017-04-07Clarify doc about Squared_distance_d in Subsampling.glisse
2017-03-27Rename random_first_landmark to random_starting_point.glisse
2017-03-26Remove overload of choose_n_farthest_points.glisse
2017-02-24Drop unused include gudhi/Clock.h.glisse
2017-02-24Let choose_n_farthest_points output distances (optional).glisse
2017-02-24Revert previous commit, was supposed to go to a branch !!!glisse
2017-02-24Let choose_n_farthest_points output distances (optional).glisse
2016-12-16Warning fixesvrouvrea
2016-12-16Fix cpplint and warningsvrouvrea
2016-12-15Modify random and limit tests casesvrouvrea
2016-12-14Added an example with a distance matrix for the farthest point algorithmskachano
2016-12-14Improved the documentation for choose_farthest_pointsskachano
2016-10-06cpplint fixesvrouvrea
2016-10-06fixcpplintvrouvrea
2016-10-06Fix cpplintvrouvrea
2016-10-06Fix cpplint vrouvrea
2016-10-05Changed unsigned to std::size_tskachano
2016-10-04Use std::size_t instead of unsignedcjamin
2016-10-04Changed the second choose_n_farthest_points' incostistenciesskachano
2016-09-22Spatial_tree_data_structure => Kd_tree_searchcjamin
2016-09-20Renamed pick_random_points -> pick_n_random_pointsskachano
2016-09-20Changed the names of files as wellskachano
2016-09-02Mark comment #1 + Vincent comment #1skachano
2016-08-30Fix function namecjamin
2016-06-30More doc improvementscjamin
2016-06-24Point_container => Point_rangecjamin
2016-06-24Removed headers in the examplesskachano
2016-06-24Copied Clément's example for 2 functionsskachano