Ryan Curtin
7b1c09a2c0
Properly handle when the build directory has spaces in its name.
2016-09-16 18:28:09 -04:00
Ryan Curtin
f13e7f33c8
Old CMake doesn't support continue.
2016-09-16 17:08:16 -04:00
Ryan Curtin
8d6d3919fa
Merge pull request #782 from rcurtin/pkgconfig
...
pkg-config support
2016-09-16 14:28:51 -04:00
sumedhghaisas
12a10f428c
Adding coverage information from coveralls to README
2016-09-16 20:01:53 +05:30
sumedhghaisas
4643572e59
Merge pull request #784 from sumedhghaisas/coverage_script
...
Coverage script is modified to remove negative entries.
2016-09-16 01:28:44 +01:00
sumedhghaisas
bd8a287de9
Used max_cov_count in removing negative line counts in coverage
2016-09-16 05:53:11 +05:30
Ryan Curtin
3f5503bfe7
Explicitly relax the separation invariant (it was already relaxed in the code).
2016-09-15 11:24:48 -04:00
Ryan Curtin
02e7f5deca
Merge pull request #786 from MHenderson/patch-1
...
Use correct name for linear regression program.
2016-09-15 10:11:11 -04:00
Matthew Henderson
ff5e9234b8
Use correct name for linear regression program.
2016-09-15 14:25:17 +01:00
Ryan Curtin
310e72d7af
Attempt to fix failing build for old Armadillo versions.
...
It seems as though the old Armadillo versions do not implement '||' either, so I
replaced that with +, which does the same thing in the context of booleans.
2016-09-14 13:24:00 -04:00
Ryan Curtin
13611b64d8
Attempt to fix compilation error with old Armadillo version.
...
It seems operator&& is not implemented for matrix operations in Armadillo
4.100.2, so this works around the problem by using element-wise multiplication
on booleans (which is the same operation) instead.
2016-09-13 23:42:18 -04:00
Ryan Curtin
839c25ee4b
Initialize model to zero values; this fixes failing tests in release mode.
2016-09-13 23:08:39 -04:00
sumedhghaisas
ff2325a2ed
Coverage script is modified to remove negative entries.
2016-09-14 03:33:12 +05:30
Ryan Curtin
96ac22753a
Fix location of pkg-config file install.
2016-09-13 11:46:35 -04:00
Ryan Curtin
df5e8f538e
Don't forget to add the mlpack directories.
2016-09-13 11:46:05 -04:00
Ryan Curtin
8376f040b5
COMPILER_SUPPORT_LIBRARIES is necessary for the command-line programs.
2016-09-13 11:34:44 -04:00
Ryan Curtin
3aead72a42
Make sure the version string is properly set.
2016-09-13 11:25:09 -04:00
Ryan Curtin
3f13053aae
Merge branch 'master' into pkgconfig
2016-09-13 11:24:04 -04:00
Ryan Curtin
31eb9b0564
Add pkg-config support.
2016-09-13 10:52:49 -04:00
Ryan Curtin
504c5e6a4d
Gather all library dependencies in one place.
2016-09-13 10:52:29 -04:00
Ryan Curtin
01ac3eb782
Remove unnecessary libxml2 link (though it didn't do anything anyway).
2016-09-12 17:32:34 -04:00
Ryan Curtin
e801f30fa8
Update build instructions to make testing more clear.
2016-09-07 16:09:09 -04:00
Ryan Curtin
d16d24f867
Minor grammar/spelling fixes.
2016-08-31 08:37:36 -04:00
Ryan Curtin
10ebcc3053
Minor style and grammar fixes.
2016-08-31 08:37:09 -04:00
Marcus Edel
96dc228a1c
Use the correct network output size.
2016-08-30 22:50:21 +02:00
Mikhail Lozhnikov
459242594a
Merge remote-tracking branch 'lozhnikov/master'
2016-08-30 20:42:35 +03:00
Marcus Edel
814605744b
Use the correct cnn network structure for the convolution network test.
2016-08-30 17:48:24 +02:00
MarcosPividori
a8a8a1381b
Merge pull request #765 from MarcosPividori/move-semantics
...
Use move semantics to set a given reference tree in NeighborSearch class.
2016-08-30 10:13:41 -03:00
Mikhail Lozhnikov
69947df772
Added MathJax for HTML Doxygen output.
2016-08-30 16:11:39 +03:00
MarcosPividori
8062be1a1d
Take a reference instead of a pointer to the query tree.
2016-08-29 19:00:07 -03:00
MarcosPividori
0d071af207
Add more information on deprecated methods.
2016-08-29 18:33:04 -03:00
MarcosPividori
db16a10803
Remove deprecated constructor.
2016-08-29 18:22:54 -03:00
Ryan Curtin
1148f1652e
Merge pull request #770 from sumedhghaisas/coverage_root
...
Adding option to set the root in coverage script.
2016-08-29 16:53:52 -04:00
Mikhail Lozhnikov
26803dca1f
Fixed pixelated formulas in the HTML output.
2016-08-29 20:57:59 +03:00
MarcosPividori
8bf2e5c7db
Remove mlpack_deprecated from search mode flags, because it was resulting in too many warnings that can't be avoided. Until 3.0.0, there isn't any other method to change the search mode.
2016-08-29 14:56:31 -03:00
MarcosPividori
031750186e
Let's use a const reference when copying the reference tree.
2016-08-29 14:33:34 -03:00
MarcosPividori
4f5ef3c036
Update kmeans implementation to use rvalue references.
2016-08-29 14:23:32 -03:00
MarcosPividori
2601243234
Add method to access to the reference tree.
2016-08-29 14:22:52 -03:00
lozhnikov
9e5cd0ac9c
Merge pull request #746 from lozhnikov/ubtree
...
Universal B tree implementation
2016-08-29 18:57:54 +03:00
Ryan Curtin
1797a49c8f
Instead, avoid building documentation for the backported boost code.
...
That is what was causing long lines to begin with.
2016-08-29 11:38:35 -04:00
Ryan Curtin
0059b4520d
Use short names to avoid path issues for ridiculous C++ class names.
2016-08-29 10:41:26 -04:00
Mikhail Lozhnikov
616f117707
Very minor fixes.
2016-08-28 17:43:39 +03:00
Mikhail Lozhnikov
d3563e9b12
Added the UB tree to RAModel. Fixed UB tree traits (added UniqueNumDescendants).
2016-08-27 00:55:09 +03:00
Mikhail Lozhnikov
94f4fa27c2
Fixed missing perform_split.hpp.
2016-08-26 23:40:30 +03:00
Mikhail Lozhnikov
43a065b288
Added the UB tree to RSModel. Update range search tests. Replaced 'maxPRTreeRS' by 'maxRPTreeRS'.
2016-08-26 23:34:49 +03:00
Mikhail Lozhnikov
3cd0d34620
Merge remote-tracking branch 'upstream/master' into ubtree
2016-08-26 23:02:21 +03:00
Mikhail Lozhnikov
9bcd066e7a
Removed an overload of PerformSplit() for the UB tree. Added a function that implements the default binary split behaviour. Other minor fixes.
2016-08-26 22:24:08 +03:00
Ryan Curtin
5617fbc885
Update both of the links, not just one.
2016-08-26 10:44:05 -04:00
Ryan Curtin
42ddcbb292
Update location of build server.
2016-08-26 10:41:35 -04:00
sumedhghaisas
f5577922d4
Adding option to set the root in coverage script.
2016-08-26 15:03:45 +05:30