Kirill Mishchenko
c55bbfb4e1
Remove the const qualifier
...
Remove the const qualifier from data in constructors and Train methods.
2017-06-25 17:52:14 +05:00
Ryan Curtin
e177287b83
Merge pull request #1031 from micyril/meta_info
...
Extracting meta information
2017-06-23 07:19:02 -04:00
Kirill Mishchenko
ad856c1a13
Disable checking predictions type for FFN
2017-06-19 10:41:26 +05:00
Kirill Mishchenko
57d37bea3d
Merge branch 'master' into meta_info
2017-06-19 09:59:12 +05:00
Kirill Mishchenko
a4aaa87e01
Add spaces for variadic templates
2017-06-19 08:22:06 +05:00
Marcus Edel
24f3127ee1
Minor style fixes.
2017-06-17 01:36:57 +02:00
Marcus Edel
2c51181068
Stabilize and accelerate the test case by using a smaller network architecture.
2017-06-17 01:24:41 +02:00
Marcus Edel
41cbc5070b
Merge pull request #1014 from ShangtongZhang/master
...
Basic DQN.
2017-06-16 21:58:40 +02:00
Shangtong Zhang
7c372536f3
Minor style fixes
2017-06-16 09:11:14 -06:00
Kirill Mishchenko
dfc68aaebd
Fix style
2017-06-16 17:44:03 +05:00
Kirill Mishchenko
51c8a0bbf9
Add a tool for extracting meta information
...
Add a tool for extracting meta information about machine learning
algorithms.
2017-06-16 17:38:33 +05:00
Kirill Mishchenko
7e6f1cb641
Extend HAS_METHOD_FORM
...
Add support for specifying the minimum number of additional arguments.
2017-06-16 09:20:50 +05:00
Ryan Curtin
2859e0f7dd
Up number of iterations to give higher success rate (at the cost of runtime).
2017-06-15 18:17:08 -04:00
Ryan Curtin
531aae9eaa
The sparc64 4.200.0 build seems to fail because of this.
...
The error log indicates that xUnit doesn't seem to parse the "Message" block
that the Boost UTF gives, and that block indicates that no checks were run in
this test, so... let's try checking something...
2017-06-15 18:17:08 -04:00
Shangtong Zhang
f677299eb4
Fix failed ksinit_test.cpp
2017-06-15 11:23:30 -06:00
Shangtong Zhang
ffb45aa9ee
Fix failed feedforward_network_test.cpp
2017-06-15 11:16:45 -06:00
Shangtong Zhang
50a69723dd
Minor style fixes
2017-06-15 08:32:21 -06:00
Ryan Curtin
9dab9c6113
Document new changes for DBSCAN.
2017-06-14 17:04:48 -04:00
Ryan Curtin
e37132f8ca
Significant DBSCAN refactoring and improvements.
...
- Use PARAM_MATRIX() instead of strings.
- Add a single-point mode that handles RAM better.
- Use UnionFind for much more efficient cluster finding.
- Make --single_mode use the single point mode.
2017-06-14 17:04:13 -04:00
Shangtong Zhang
2bded686d4
Adapt to new optimizer API
2017-06-14 14:07:04 -06:00
Shangtong Zhang
0e5dc3cbff
Merge remote-tracking branch 'mlpack/master'
2017-06-14 13:47:03 -06:00
Marcus Edel
b3e963f5bc
Micro optimization (no branch prediction).
2017-06-14 17:18:30 +02:00
Ryan Curtin
f7df912017
Merge pull request #1026 from ShangtongZhang/opt
...
Add new API for some optimizers
2017-06-14 10:59:02 -04:00
Shangtong Zhang
97c3d307d1
Fix windows specialization issue
2017-06-13 19:30:26 -06:00
Ryan Curtin
3e84774a37
Revert "Change static_assert to BOOST_REQUIRE in tests"
...
This reverts commit d44ecd0078 .
2017-06-13 16:35:09 -04:00
Ryan Curtin
8b17c6645b
Merge pull request #1020 from micyril/has_method_form
...
Add a method form detection tool
2017-06-13 16:34:48 -04:00
Shangtong Zhang
824628170e
Add new API for some optimizers
2017-06-12 23:03:03 -06:00
Kirill Mishchenko
d44ecd0078
Change static_assert to BOOST_REQUIRE in tests
2017-06-13 08:30:44 +05:00
Kirill Mishchenko
7693e597b8
Set better name
2017-06-09 14:08:39 +05:00
Kirill Mishchenko
a9091860e2
Remove unnecessary tools
2017-06-09 11:26:30 +05:00
Kirill Mishchenko
a6d5148344
Make minor style changes
2017-06-09 11:01:42 +05:00
Kirill Mishchenko
8b8a1188e8
Add support for method templates
2017-06-09 10:59:04 +05:00
Kirill Mishchenko
0259d28a99
Fix spelling
2017-06-09 09:04:00 +05:00
Kirill Mishchenko
c2ee9677e0
Fix documentation
2017-06-09 09:00:11 +05:00
Kirill Mishchenko
38cad4803a
Add detection without number of additional args
...
Add method form detection without specifying number of additional
arguments.
2017-06-09 08:58:12 +05:00
Kirill Mishchenko
4e8583f006
Separate interface for number of additional args
2017-06-09 08:58:08 +05:00
Shangtong Zhang
d15706a8d6
Minor style fixes
2017-06-07 18:44:11 -06:00
Shangtong Zhang
5baa6da694
Switch to pass-by-value
2017-06-07 18:32:30 -06:00
Ryan Curtin
61719441c8
Add subdirectories that were missing.
2017-06-07 17:48:08 -04:00
Ryan Curtin
399116c07a
Update HISTORY.
2017-06-07 17:48:08 -04:00
Kirill Mishchenko
c8dc3dc229
Fix type
2017-06-07 17:53:26 +05:00
Kirill Mishchenko
26f7beecaf
Add a description of the test
2017-06-07 11:13:57 +05:00
Kirill Mishchenko
8138644a7a
Merge branch 'master' into has_method_form
2017-06-07 08:38:20 +05:00
Marcus Edel
09d8793d14
Merge pull request #1019 from zoq/style_fixes_0
...
Style fixes - Part 2.
2017-06-06 22:55:55 +02:00
Marcus Edel
c230f71ea6
Fix minor operator() style issue (remove spaces).
2017-06-06 22:14:55 +02:00
Marcus Edel
1579f4cb4e
No need to escape % here.
2017-06-06 21:27:47 +02:00
Kirill Mishchenko
5619f4af0a
Fix style issues
2017-06-06 18:22:52 +05:00
Kirill Mishchenko
5f9f7c790c
Add a method form detection tool
...
Add a tool that allows to check at compile time whether a given class
has a method of the requested form with the specified number of
additional arguments.
2017-06-06 18:07:36 +05:00
Marcus Edel
0538de4a26
Use the correct escape sequence.
2017-06-06 00:01:55 +02:00
Ryan Curtin
d9b4b59039
Merge pull request #1016 from micyril/metrics
...
Metrics
2017-06-05 17:28:06 -04:00