summaryrefslogtreecommitdiff
path: root/src/Subsampling/include/gudhi/choose_n_farthest_points.h
AgeCommit message (Expand)Author
2021-04-17Rewrite choose_n_farthest_pointsMarc 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-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-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-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-05Changed unsigned to std::size_tskachano
2016-10-04Changed the second choose_n_farthest_points' incostistenciesskachano
2016-09-22Spatial_tree_data_structure => Kd_tree_searchcjamin
2016-09-20Changed the names of files as wellskachano