Commit Graph
14559 Commits
Author SHA1 Message Date
Ryan Curtin e6d2ca7bf6 I'm not sure what line width Pari used, but it wasn't 80 columns.
This will probably make the merge of #663 and other LSH improvements by Yannis
harder...
2016-05-31 16:56:11 -04:00
Ryan Curtin 02e31b3b07 Better Doxygen formatting. 2016-05-31 14:41:47 -04:00
Ryan Curtin e36eec5cb2 Document the state of loading sparse matrices. 2016-05-31 09:30:55 -04:00
Ryan Curtin 1dad2b662d Fix spacing. 2016-05-30 18:39:27 -04:00
Ryan Curtin 2fe9e82b63 Merge pull request #655 from MarcosPividori/fix-ball-tree
Fix erroneous ball tree definition.
2016-05-30 17:39:34 -04:00
Marcus Edel 3d1ed0fa73 Use add_cli_executable to control CLI executables build; more information take a look at #619. 2016-05-30 19:18:40 +02:00
MarcosPividori 8285c31068 Change template name to be similar to the definition of hrectbound. 2016-05-27 21:21:36 -03:00
MarcosPividori 903be7eb85 Fix error. kdtree where should be a balltree. 2016-05-27 21:21:36 -03:00
MarcosPividori c0cdb8b3fa Proper template order to BallBound. 2016-05-27 21:21:36 -03:00
MarcosPividori 9e5d9c28ad Set proper template order. To work with binary space trees, the metric template parameter must be the first. 2016-05-27 21:21:36 -03:00
MarcosPividori 706f0ee930 Fix error, a balltree should use ballbounds instead of hrectbounds. 2016-05-27 21:21:36 -03:00
Ryan Curtin ec1c46a5fc Merge pull request #653 from stereomatchingkiss/split_data_performance_issue
fix performance issue--forgot to move name parameters
2016-05-27 10:54:43 -04:00
Ryan Curtin 290977da91 Merge pull request #652 from dasayan05/test
vc2_test.csv wasn't in proper csv format
2016-05-26 14:10:53 -04:00
stereomatchingkiss fe1b6b96fd fix performance issue--forgot to move name parameters 2016-05-26 23:18:20 +08:00
dasayan05 c68c3b9737 vc2_test.csv wasn't in proper csv format 2016-05-26 18:38:09 +05:30
Marcus Edel 6f6173c765 Update documentation for changed names. 2016-05-26 13:26:28 +02:00
Ryan Curtin 5d1723d330 Merge pull request #648 from dasayan05/PR1
Deprecated arma function replaced by new arma constant
2016-05-25 14:02:19 -04:00
dasayan05 4fae385755 Deprecated arma function replaced by new arma constant 2016-05-25 22:14:11 +05:30
Marcus Edel 04fe0d5198 Use n_rows and n_cols to define the matrix size instead of arma::size(). 2016-05-25 16:08:45 +02:00
Marcus Edel c15541b94c Remove CMakeLists file; do not build the RMVA code. 2016-05-25 14:29:35 +02:00
Marcus Edel cd7f06319f Add CMakeLists file to build the RMVA. 2016-05-25 14:05:25 +02:00
Marcus Edel 8acc4ceefd Remove trailing underscores in header guards as discussed in #533. 2016-05-25 14:05:25 +02:00
Ryan Curtin ade7fa08ff Merge pull request #646 from MarcosPividori/traversal-info
Remove duplicated code for traversal info.
2016-05-24 17:45:20 -04:00
Ryan Curtin f55427d49e Merge pull request #645 from MarcosPividori/master
Properly use Enum type, in rann and range_search.
2016-05-24 14:06:02 -04:00
MarcosPividori b4ee95407d Remove unnecessary include. 2016-05-24 14:43:25 -03:00
MarcosPividori eef40b993f Remove duplicated code for traversal info.
Instead of including: methods/neighbor_search/ns_traversal_info.hpp
 Include the definition in: core/tree/traversal_info.hpp
2016-05-24 14:40:27 -03:00
MarcosPividori c82c747a7f Properly use Enum type. 2016-05-24 11:40:31 -03:00
Ryan Curtin 36b73161c4 Merge pull request #643 from dasayan05/master
Typo fix in knn_main.cpp
2016-05-23 16:16:00 -04:00
dasayan05 9b811f9833 Typo fix in knn_main.cpp 2016-05-24 01:16:57 +05:30
Ryan Curtin 9b42c22105 Merge pull request #641 from MarcosPividori/master
Properly use Enum type.
2016-05-23 13:53:13 -04:00
MarcosPividori dd136db324 Properly use Enum type. 2016-05-20 19:40:30 -03:00
Marcus Edel 39eefded8c Add RMVA class and function documentation. 2016-05-21 00:33:29 +02:00
Marcus Edel f1bf339c3e Remove unused output parameter. 2016-05-21 00:29:47 +02:00
Marcus Edel 989dd35359 Include split_data.hpp file into the build process, so that it is available afterwards. 2016-05-20 22:24:25 +02:00
Marcus Edel d1650e410c Removes trailing whitespaces at the end of lines. 2016-05-20 21:38:02 +02:00
Marcus Edel 4d8347a1d5 Add Recurrent Model of Visual Attention (RMVA) implementation. 2016-05-20 21:38:02 +02:00
Marcus Edel fe69d336ad Remove debug message. 2016-05-20 21:38:02 +02:00
Marcus Edel be43684ec0 Add GlimpseLayer class which takes an input image and a location to extract a retina-like representation of the input image. 2016-05-20 21:38:02 +02:00
Marcus Edel b69c6dce9d Add the VRClassRewardLayer class which implements the REINFORCE algoritm for classification models. To be precise, this is is a Variance Reduces classification reinforcement learning rule. 2016-05-20 21:38:02 +02:00
Marcus Edel cc7bac36a7 Add NegativeLogLikelihoodLayer class which is useful to train a classication problem with n classes. 2016-05-20 21:38:02 +02:00
Marcus Edel 2114358dbe Add MultiplyConstantLayer which multiplies the input by a non-learnable constant. 2016-05-20 21:38:02 +02:00
Ryan Curtin 986620375c Don't forget the period in the output. 2016-05-16 15:12:19 -04:00
Ryan Curtin 3e4f3cade8 Add --random_initialization for mlpack_hmm_train. 2016-05-16 15:11:56 -04:00
Ryan Curtin 274462840d Better handling of NaNs. 2016-05-16 14:58:05 -04:00
Ryan Curtin 4536910b8b Force positive-definiteness when training a Gaussian. 2016-05-16 14:57:23 -04:00
Ryan Curtin 1f562a1aba Merge pull request #637 from MarcosPividori/master
Fix a mistake in metric policy.
2016-05-12 10:05:21 -04:00
MarcosPividori 27ebca1df9 Fix a mistake in metric policy. 2016-05-12 10:45:37 -03:00
Ryan Curtin d502539e61 Move mlpack_export.h to mlpack_export.hpp. 2016-05-09 10:58:16 -07:00
Ryan Curtin 93eb34cc4d Merge pull request #556 from lozhnikov/master
Bugfix #350 and some fixes in RStarTreeSplit and XTreeSplit
2016-05-04 11:04:51 -04:00
Mikhail Lozhnikov 019680f96d Combine SplitType's constructors. 2016-05-03 23:17:08 +03:00