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
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
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
Ryan Curtin
4dba5ba345
Print the correct new default in the Markdown documentation.
2024-05-14 23:19:44 -04:00
Ryan Curtin
d1cc4e2fc4
Use global option for verbosity in R package and add tests.
2024-05-14 23:02:33 -04:00
Ryan Curtin
c4ac51fd7f
Remove deprecated functionality.
2024-05-14 20:13:20 -04:00
Ryan Curtin
a1f444ee5b
Remove unused EnableVerbose() and DisableVerbose().
2024-05-14 19:52:00 -04:00
Omar Shrit
eef5b684a8
Fix the comments as requested
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-05-14 20:36:46 +02:00
Luca Parisi
d859eb4af2
add reference for hyper-sinh function
2024-05-06 13:33:58 +02:00
Omar Shrit
5960f23237
Merge branch 'coot_17' of github.com:shrit/mlpack into coot_17
2024-05-03 18:15:02 +02:00
Omar Shrit
64a3900f5d
Fix the function call
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-05-03 18:13:14 +02:00
Ryan Curtin
8af7aae490
Merge pull request #3694 from rcurtin/r-verbose-test
...
Test "verbose" option for R.
2024-04-29 14:44:42 -04:00
Omar Shrit and Ryan Curtin
f229e4b2d1
Update src/mlpack/methods/ann/rnn_impl.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-04-26 17:22:25 +02:00
Ryan Curtin
ed77e91af3
Make sure that the test binding actually makes any output at all!
2024-04-24 12:32:13 -04:00
James J Balamuta
7d54cfbccf
Update src/mlpack/bindings/R/mlpack/tests/testthat/test-R_binding.R
2024-04-23 12:38:25 -07:00
James J Balamuta
7275f7d150
Update src/mlpack/bindings/R/mlpack/tests/testthat/test-R_binding.R
2024-04-23 12:38:19 -07:00
James J Balamuta
4dc080f0ca
Update src/mlpack/bindings/R/mlpack/tests/testthat/test-R_binding.R
2024-04-23 12:38:11 -07:00
Omar Shrit
3164cf68b2
Add tests are passing with no problem
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-23 16:53:16 +02:00
Omar Shrit
30c88bcec6
Use the Output type with SFINAE
...
The input in some cases can be a matrix and the output should b a cube,
if we are selecting the overload based on the input type then the offset
will point to the wrong memeory location
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-23 16:02:15 +02:00
Omar Shrit and Ryan Curtin
5e98e3f0d2
Update src/mlpack/core/math/make_alias.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-04-23 11:06:32 +02:00
Omar Shrit and Ryan Curtin
b14a872162
Update src/mlpack/core/math/make_alias.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-04-23 11:06:26 +02:00
Omar Shrit and Ryan Curtin
d164b281d6
Update src/mlpack/core/math/make_alias.hpp
...
Co-authored-by: Ryan Curtin <ryan@ratml.org >
2024-04-23 11:06:20 +02:00
Ryan Curtin
b3ddc0257f
Merge pull request #3688 from rcurtin/nmf-doc
...
Documentation for `NMF` plus some bugfixes
2024-04-22 17:06:02 -04:00
Ryan Curtin
aeac9cd9b0
Just one more sanity check test.
2024-04-22 16:03:11 -04:00
Ryan Curtin
734c834ed1
Test "verbose" option for R.
2024-04-22 16:00:20 -04:00
Ryan Curtin
3607ac8cf1
Merge pull request #3635 from rcurtin/fix-windows-build-the-usual
...
Attempt to fix Windows build
2024-04-22 15:25:36 -04:00
Omar Shrit
7a363cb210
Fix the slices MakeAlias, this is compiling on my end, tests are not passing yet
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-21 12:51:30 +02:00
Omar Shrit
09b332219b
Adding some forgetten refactoring around
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 18:58:40 +02:00
Omar Shrit
04a3ed4f28
Fix the missing parts inside method
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 18:23:21 +02:00
Omar Shrit
de747c38e3
Regexp weights1.memptr() to wieghts1
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 18:12:10 +02:00
Omar Shrit
226acf5b55
Remove memptr from tests
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 18:11:20 +02:00
Omar Shrit
4af7f4847d
Fix const and SFINAE signature for all of these functions
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 18:05:53 +02:00
Omar Shrit
f9e3eba6c2
Fix the SetWeights function globally
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 16:11:32 +02:00
Omar Shrit
e303c5a9f7
Fix SetWeight, and variable name
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-20 16:05:56 +02:00
Omar Shrit
ffb9c5f65c
Initial refactoring for a set of MakeAlias, not finished yet
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-19 21:36:29 +02:00
Omar Shrit
0415de38d6
Just a prototype for the new function signature
...
Signed-off-by: Omar Shrit <omar@avontech.fr >
2024-04-19 20:32:04 +02:00