Ryan Curtin
1d5dd6bedd
Clarify documentation slightly.
2024-09-26 10:37:30 -04:00
Ryan Curtin
ca72547ab6
Oops, add missing overload of Split().
2024-09-26 10:29:37 -04:00
Ryan Curtin
f9f93e035d
Fix to use new API in tests.
2024-09-26 09:26:33 -04:00
Ryan Curtin
409ed7c77c
Clarify usage with arma::field types.
2024-09-26 09:26:22 -04:00
Ryan Curtin
3c08a06f38
Move to a shorter filename.
2024-09-26 09:21:40 -04:00
Ryan Curtin
cb95340b2a
Deprecate the versions that return tuples.
2024-09-25 22:47:40 -04:00
Ryan Curtin
defe9df2a4
Fix links in documentation.
2024-09-25 22:39:05 -04:00
Ryan Curtin
69fc1416f7
Fixes for documentation.
2024-09-25 16:13:29 -04:00
Ryan Curtin
d696137a42
Add first pass at documentation for data::Split().
2024-09-25 15:56:40 -04:00
Omar Shrit
8afe0fd32a
Merge pull request #3794 from rcurtin/kdtree-doc
...
Document `KDTree` and `BinarySpaceTree` and related classes
2024-09-23 18:20:49 +02:00
Omar Shrit
9866905998
Merge pull request #3799 from marlamb/feature/fix-compilation-errors-with-clang-19
...
Fix compilation errors with clang 19
2024-09-23 14:05:51 +02:00
Martin Lambertsen
90b8d288cb
Fix compilation errors with clang 19
...
The new compiler version seems to perform more exhaustive checks on
templates, even if they are not initiated. As the code was malformed
also before, it is likely that it is dead code. However, this commit is
mainly to ensure users using clang 19 can include the header without
compilation error.
Note that this commit does not guarantee that currently other code might
not compile with clang 19, it just fixes some code which was used
transitevily and caused problems.
2024-09-22 09:09:55 +02:00
Omar Shrit
fbc5d978d0
Merge pull request #3795 from shrit/embed_doc_1
...
Embed doc 1
2024-09-20 11:29:12 +02:00
Ryan Curtin
62275b0571
Fix links in documentation.
2024-09-19 09:16:05 -04:00
Ryan Curtin
3cba38db1c
Fix broken links.
2024-09-18 18:01:15 -04:00
Ryan Curtin
4a1f5ac54a
Add new block for next release to HISTORY.md.
2024-09-18 09:05:53 -04:00
Ryan Curtin
97d76da9c5
Update and release version 4.5.0.
2024-09-18 09:05:53 -04:00
Ryan Curtin
7ffdfd9ca6
Refactor tree documentation according to feedback.
2024-09-17 17:09:05 -04:00
Omar Shrit
19791acb19
Make the index shorter
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-09-16 19:26:02 +02:00
Omar Shrit and Ryan Curtin
07653677a4
Update doc/embedded/crosscompile_armv7.md
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-09-16 19:17:48 +02:00
Omar Shrit and Ryan Curtin
d13ae68b81
Update doc/embedded/crosscompile_armv7.md
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-09-16 19:17:43 +02:00
Omar Shrit and Ryan Curtin
1c15ff31d4
Update doc/embedded/crosscompile_armv7.md
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-09-16 19:17:38 +02:00
Ryan Curtin
1036af10d1
Merge pull request #3796 from rcurtin/fix-license
...
Add license to file
2024-09-16 09:18:18 -04:00
Ryan Curtin
bfefa90398
Add license to file.
2024-09-16 09:07:55 -04:00
Omar Shrit
3657f4268b
Merge pull request #3764 from MarkFischinger/opt/elkan-kmeans
...
Optimize Elkan K-means with OpenMP
2024-09-16 13:10:50 +02:00
Omar Shrit
e104013a0a
Resolve all comments from @rcurtin
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-09-16 13:02:09 +02:00
Ryan Curtin
f21ce5016d
Fix minor issues in examples.
2024-09-12 19:36:09 -04:00
Ryan Curtin
291152223b
Add a blank line to space things out a little bit.
2024-09-12 18:33:23 -04:00
Ryan Curtin
b963b60815
Add documentation for trees in its own file.
2024-09-12 18:33:13 -04:00
Ryan Curtin
e15e79157f
Merge remote-tracking branch 'origin/master' into kdtree-doc
2024-09-11 14:18:29 -04:00
Ryan Curtin
9a43b7b500
Minor differences and changes for documentation.
2024-09-11 14:18:01 -04:00
Ryan Curtin
140a8782d0
Merge pull request #3787 from rcurtin/radical-doc
...
Document `Radical`
2024-09-11 09:45:40 -04:00
Ryan Curtin
35ba9a2b8f
Merge pull request #3792 from rcurtin/core-into-multiple-pages
...
Split core.md into multiple pages
2024-09-11 09:44:57 -04:00
Ryan Curtin
fe48c49c93
Fix style issues.
2024-09-10 16:16:09 -04:00
Ryan Curtin
13c0cda3f6
Merge remote-tracking branch 'origin/master' into opt/elkan-kmeans
2024-09-10 15:52:40 -04:00
Ryan Curtin
12cb3e428b
Merge remote-tracking branch 'origin/master' into core-into-multiple-pages
2024-09-10 15:51:22 -04:00
Ryan Curtin
c920b167bd
Merge remote-tracking branch 'origin/master' into radical-doc
2024-09-10 15:51:11 -04:00
Ryan Curtin
f6ea04b7d2
Merge pull request #3791 from rcurtin/style-fixes
...
Fix cpplint CI job and fix all the style issues for that
2024-09-10 15:50:34 -04:00
Ryan Curtin
8467affcc3
Merge remote-tracking branch 'origin/master' into style-fixes
2024-09-10 08:28:09 -04:00
Ryan Curtin
69b8ba8572
Merge remote-tracking branch 'origin/master' into core-into-multiple-pages
2024-09-10 08:27:19 -04:00
Ryan Curtin
0231c94f96
Merge remote-tracking branch 'origin/master' into radical-doc
2024-09-10 08:27:08 -04:00
Ryan Curtin
751bf07729
Merge pull request #3790 from mlpack/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
...
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2024-09-10 08:26:04 -04:00
Ryan Curtin
6a2e9cb33d
Change DoRadical2D to Apply2D.
2024-09-09 14:05:52 -04:00
Ryan Curtin
bb5864b027
Merge remote-tracking branch 'origin/master' into radical-doc
2024-09-09 14:05:02 -04:00
Ryan Curtin
cc7d223c13
Fix wording to 'distance metric'.
2024-09-09 14:03:35 -04:00
Ryan Curtin
763d0f6c31
Merge remote-tracking branch 'origin/master' into core-into-multiple-pages
2024-09-09 14:02:49 -04:00
Ryan Curtin
121c0be298
Make the list of classes first, before the list of applications.
2024-09-09 14:02:38 -04:00
Ryan Curtin
76547591c2
Merge pull request #3783 from rcurtin/distribution-doc
...
Document remaining distributions and templatize
2024-09-09 13:55:33 -04:00
Ryan Curtin
333be1b3b2
Merge pull request #3788 from rcurtin/msi-install-headers
...
Update MSI installer to include mlpack.hpp and Markdown documentation
2024-09-09 13:54:07 -04:00
Ryan Curtin
4e14b78229
Move comment to more accurate place.
2024-09-09 13:53:01 -04:00