Commit Graph
15281 Commits
Author SHA1 Message Date
sumedhghaisas ff2325a2ed Coverage script is modified to remove negative entries. 2016-09-14 03:33:12 +05:30
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
Ryan Curtin bd6a79a2cb Update build documentation. 2016-08-25 14:50:16 -04:00
Ryan Curtin 62a7f8db54 Break the optimization if we encounter a NaN value. 2016-08-24 11:58:08 -04:00
MarcosPividori 5d3fd6fe69 Fix test for cover trees. 2016-08-23 17:09:21 -03:00
MarcosPividori d85cd15279 Use !oldFromNewReferences.empty() instead of treeOwner to determine
if the map oldFromNewReferences should be considered.
2016-08-23 16:58:25 -03:00
MarcosPividori 250bd4567e Update constructors taking a reference to the reference tree. 2016-08-23 16:58:25 -03:00
MarcosPividori fd144410f8 Add deprecated flags 2016-08-23 16:58:25 -03:00
MarcosPividori 16de796c11 Update tests to use rvalue references. 2016-08-23 16:58:25 -03:00
MarcosPividori 74fd8631f8 Avoid deprecated methods inside NeighborSearch class. 2016-08-23 16:58:25 -03:00
MarcosPividori 14cf05c583 Replace DEPRECATED by mlpack_deprecated. 2016-08-23 16:58:25 -03:00
MarcosPividori c7a7a6ed4b Mark constructor and Train() method taking a pointer to the reference Tree as deprecated. 2016-08-23 16:58:25 -03:00
MarcosPividori 1753f259fa Add DEPRECATED macro. 2016-08-23 16:58:25 -03:00
MarcosPividori 53476a617e Add support for copying the reference tree in NeighborSearch class. 2016-08-23 16:58:25 -03:00
MarcosPividori cccf0aa19d Add a new TreeTraits's member: HasDuplicatedPoints. 2016-08-23 16:58:25 -03:00
MarcosPividori 4a1fb51325 Fix error in BinarySearchTree move constructor. 2016-08-23 16:58:25 -03:00
MarcosPividori 22f3a1ff77 Update kfn test to use rvalue references. 2016-08-23 16:58:25 -03:00
MarcosPividori fe0039bee3 Update knn test to use rvalue references. 2016-08-23 16:58:25 -03:00
MarcosPividori 260f711f2c Add support for rvalue references when setting a given reference tree in
NeighborSearch class.
2016-08-23 16:58:25 -03:00
MarcosPividori 998daa1d2b Add move constructor for cover tree. 2016-08-23 16:58:25 -03:00
MarcosPividori d585b8659f Documentation details. 2016-08-23 16:58:25 -03:00
Ryan Curtin 1c77230c7d Merge pull request #762 from MarcosPividori/greedy-traverser
General greedy traverser.
2016-08-23 06:29:33 -07:00