Commit Graph
16731 Commits
Author SHA1 Message Date
Ryan Curtin 1c8d0fbb3c BallBound does not accept an instantiated metric so this test cannot work. (It didn't anyway.) 2024-06-15 11:09:15 -04:00
Ryan Curtin f6686af6b3 Add IoUDistance. 2024-06-14 20:44:46 -04:00
Ryan Curtin 945bce3865 Add distances.hpp. 2024-06-14 20:06:29 -04:00
Ryan Curtin 4ad3957bba Merge remote-tracking branch 'origin/master' into metric-doc 2024-06-14 15:39:32 -04:00
Ryan Curtin de0a06395b Fix compilation warning. 2024-06-14 15:15:25 -04:00
Ryan Curtin cccf60d974 Move metrics to distances/ and dists to distributions/. And adapt... everything. 2024-06-14 15:14:48 -04:00
Ryan Curtin 8cc41554d8 Merge pull request #3732 from rcurtin/deprecated-cleanup
Use C++14 [[deprecated]] instead of mlpack_deprecated.
2024-06-12 08:30:36 -06:00
Ryan Curtin 4496714de9 Merge remote-tracking branch 'origin/master' into amf-doc 2024-06-10 15:29:03 -04:00
Ryan Curtin 700870ce12 Switch KPCA PDF to something hosted by mlpack.org. 2024-06-10 11:14:13 -04:00
Ryan Curtin 5e2d333477 Merge pull request #3733 from shrit/fix_const
Fix the warning from the additional const
2024-06-10 07:09:53 -06:00
Omar Shrit f0a2581015 Fix the warning
Signed-off-by: Omar Shrit <omar@avontech.fr>
2024-06-10 14:04:24 +02:00
Ryan Curtin c27a4c9a78 Merge remote-tracking branch 'origin/master' into deprecated-cleanup 2024-06-10 07:49:36 -04:00
Ryan Curtin 8566c4476c Attempt to work around Windows build failure that is unrelated to PCH. 2024-06-09 21:00:13 -04:00
Ryan Curtin 892d57ef75 Use C++14 [[deprecated]] instead of mlpack_deprecated. 2024-06-09 16:08:44 -04:00
Ryan Curtin 69c458bbfd Oops, add missing file. 2024-06-09 16:00:07 -04:00
Ryan Curtin ea8cabbfbd Revert to previous working CMake PCH configuration on Windows. 2024-06-09 15:14:58 -04:00
Ryan Curtin d69bfa3ba2 Can't precompile catch.hpp on Windows if main.cpp is using PCH. 2024-06-09 13:14:26 -04:00
Ryan Curtin 05392ec83c Try to fix Windows segfault. 2024-06-08 22:24:03 -04:00
Ryan Curtin 7008506f05 Try to fix Windows build. 2024-06-08 12:01:57 -04:00
Ryan Curtin 1bf9350c14 Try to fix PCH for Windows build. 2024-06-07 21:04:05 -04:00
Ryan Curtin ebe5cd3667 Only add MLPACK_ENABLE_ANN_SERIALIZATION where it is needed. 2024-06-07 21:02:02 -04:00
Ryan Curtin c8c1a455b9 Reduce PCH inclusion to only those headers that are used by all tests. 2024-06-06 22:51:45 -04:00
Ryan Curtin e90ffdc53d Remove the need to include mlpack instead of Armadillo with template metaprograms. 2024-06-06 22:39:25 -04:00
Ryan Curtin e66e429851 Fix link to Greg Hamerly's paper. 2024-06-06 20:00:39 -04:00
Ryan Curtin 6bcef9d6a7 This didn't end up being used. 2024-06-06 19:58:43 -04:00
Ryan Curtin 4a342fa313 Document AMF and adapt for multiple element types. 2024-06-06 17:33:02 -04:00
Ryan Curtin b2e53bdaf1 Make sure that STB is distributed with the R package, and patch sprintf() usage in STB. 2024-05-31 16:28:26 -04:00
Ryan Curtin 6098192ee2 Add new block for next release to HISTORY.md. 2024-05-28 14:08:34 -06:00
Ryan Curtin 34dff29aee Update and release version 4.4.0. 2024-05-28 14:08:34 -06:00
Ryan Curtin 22ff9cb245 Merge branch 'master' into website-revamp 2024-05-24 07:22:00 -06:00
Ryan Curtin f9c3be20d7 Merge pull request #3712 from rcurtin/kernels-doc
Document all of kernels/ directory.
2024-05-24 07:19:52 -06:00
Ryan Curtin 5f1ddf3487 Merge branch 'master' into lcc-doc 2024-05-24 07:19:23 -06:00
Omar Shrit 9389197751 Move to C++17 (#3704) 2024-05-24 02:49:07 +02:00
Ryan Curtin 2c035b5676 Convert system-specific .arm binary file to .csv. 2024-05-21 10:19:30 -04:00
Ryan Curtin 66d47c55f7 Document all of kernels/ directory. 2024-05-21 10:07:00 -04:00
Ryan Curtin 3da96a3e12 Fix minor issues for when solutions are extremely sparse. 2024-05-18 22:36:51 -04:00
Ryan Curtin a43ea40f47 Fix documentation for SparseCoding DictionaryInitializer. 2024-05-18 17:39:02 -04:00
Ryan Curtin 0453eda56c Adapt LocalCoordinateCoding to allow different MatTypes. 2024-05-18 17:38:44 -04:00
Ryan Curtin f12ec422dc Merge pull request #3709 from rcurtin/sparse-coding-doc
Document `SparseCoding`
2024-05-18 11:30:37 -06:00
Ryan Curtin 9f1e700c79 Merge pull request #3710 from mlpack/cli11-header-updates-2.4.2
Upgrade CLI11 to 2.4.2
2024-05-18 11:30:24 -06:00
Ryan Curtin 4985f4d1f9 Merge pull request #3706 from rcurtin/r-global-verbose
Use global option for R package verbosity
2024-05-17 09:39:06 -06:00
Yashwants19 97f7115b4a Upgrade CLI11 to 2.4.2 2024-05-17 10:00:34 +00:00
Ryan Curtin 02adc2e338 Merge remote-tracking branch 'origin/master' into sparse-coding-doc 2024-05-16 10:37:42 -04:00
Ryan Curtin d7b3a4a942 Merge pull request #3705 from rcurtin/remove-deprecated-adaboost-argument
Remove deprecated functionality
2024-05-16 10:20:05 -04:00
Omar Shrit c219641ef8 Merge pull request #3693 from shrit/coot_17
coot 17: Refactor MakeAlias to make it compatible with bandicoot
2024-05-16 12:14:07 +02:00
Ryan Curtin 4bfa5de93d Refactor SparseCoding to allow different element types. 2024-05-15 23:34:31 -04:00
Ryan Curtin 1b63fa0cec Merge remote-tracking branch 'origin/master' into website-revamp 2024-05-15 18:32:34 -04:00
Ryan Curtin 832a3e4e7a Fix name of output parameter in documentation. 2024-05-15 18:29:17 -04:00
Ryan Curtin e851d0367e Fix sometimes-failing LARS tests (#3701) 2024-05-15 15:13:38 +02:00
Ryan Curtin 559ba29b51 Document correct verbose default value in generated .R file. 2024-05-14 23:33:06 -04:00