summaryrefslogtreecommitdiff
path: root/src/Subsampling
AgeCommit message (Expand)Author
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 version...ROUVREAU Vincent
2019-06-13Change CopyrightROUVREAU Vincent
2018-05-15CMake minimal version is now 3.1vrouvrea
2018-04-26Fix Copyrightsvrouvrea
2018-01-26Move documentation Copyright in footervrouvrea
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-05-30Make install examples mechanismvrouvrea
2017-04-19Rename tests and examples to be consistent with the naming rulesvrouvrea
2017-04-11Move Euclidean_distance in Gudhi namespacevrouvrea
2017-04-10Fix and rename test farthestvrouvrea
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-03-26merge from trunkglisse
2017-03-24Workaround for CGAL version 4.8 compilation issuevrouvrea
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-16Fix cppcheck warningsvrouvrea
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 cpplintvrouvrea
2016-10-06Fix cpplint vrouvrea
2016-10-06Add unitary tests in make test targetvrouvrea
2016-10-06<array> is not used anymorecjamin
2016-10-05Changed unsigned to std::size_tskachano
2016-10-05Warning FT and include array in 2 filesskachano
2016-10-04Use std::size_t instead of unsignedcjamin
2016-10-04Don't use Point_d(std::array<FT,4>...cjamin
2016-10-04Changed the second choose_n_farthest_points' incostistenciesskachano
2016-09-22Clean-up CMakeLists.txtcjamin
2016-09-22Spatial_tree_data_structure => Kd_tree_searchcjamin
2016-09-22Require CGAL 4.8.1 (furthest neighbor is bugged before)cjamin
2016-09-20Changed the name of farthest point in intro docskachano
2016-09-20Renamed pick_random_points -> pick_n_random_pointsskachano
2016-09-20Changed the names of files as wellskachano
2016-09-20Changed choose_by_farthest_point -> choose_n_farthest_pointsskachano
2016-09-02Mark comment #1 + Vincent comment #1skachano
2016-08-30Fix function namecjamin