Commit Graph
124 Commits
Author SHA1 Message Date
Ryan Curtin d2e353468b Merge pull request #626 from ajjl/removeTrailingWhitespace
Removes trailing whitespaces at end of lines
2016-04-19 19:05:02 -04:00
Alexander Leinoff efb64f2c7d Removes trailing whitespaces at end of lines
Unnecessary end of line whitespace is generally frowned upon. In addition some
editors remove end of line whitespace automatically, making diffs hard to read.
This commit removes all trailing witespaces. Using some sed magic in bash:

find . -name "*.*" -type f -print0 | xargs gsed -i 's/[ \t]*$//'
2016-04-19 12:10:01 -05:00
Ryan Curtin 6be725a3fa Update documentation for changed names. 2016-04-18 13:08:14 -07:00
Ryan Curtin 2564cf4c51 Update documentation. 2016-04-18 09:00:19 -07:00
Ryan Curtin 0e6f3512e5 Merge pull request #618 from darcyliu/rename
Rename mlpack_allknn/mlpack_allkfn to mlpack_knn/mlpack_kfn
2016-04-18 10:17:00 -04:00
Ryan Curtin 31dd6c033f Document new CMake options. 2016-04-15 14:12:28 -04:00
Darcy Liu f13409cf7f Rename mlpack_allknn/mlpack_allkfn to mlpack_knn/mlpack_kfn
Make a copy of mlpack_knn/mlpack_kfn both on Windows and *unix.
Update documentation which references 'allknn' or 'allkfn').
2016-04-15 14:16:20 +01:00
Ryan Curtin b8f53a4eeb Update documentation. 2016-04-14 14:52:41 -04:00
Ryan Curtin 08ffa1b0c6 Fix name of tutorial. 2016-04-14 10:11:39 -04:00
Ryan Curtin 1140d93866 Fix missing \endcode. 2016-04-14 10:11:39 -04:00
Ryan Curtin 15b5e65fe6 Add recent tutorials. 2016-04-14 10:11:39 -04:00
Ryan Curtin 79bf33090e Update documentation. 2016-04-14 10:11:39 -04:00
Ryan Curtin 8d77f42310 Update tutorial for k-means.
This considers the new API for initialization strategies.
2016-04-12 14:43:52 +00:00
Ryan Curtin 6ccf865445 Add a tutorial for the formats. 2016-04-12 14:43:52 +00:00
Ryan Curtin a955ee174f Clarify section name. 2016-04-12 14:43:52 +00:00
Ryan Curtin c487c587fb Update version in documentation. 2016-03-15 13:20:28 -07:00
Ryan Curtin 4a2466b147 Update dependencies for binutils (libbfd and libdl). 2016-03-15 13:19:54 -07:00
Ryan Curtin a3ce99e25b Remove libxml2-devel from list of Fedora/RHEL dependencies. 2016-03-15 13:00:07 -07:00
Marcus Edel 1a9c41a86b Merge pull request #535 from Kirizaki/master
Add mlpack::backtrace utility.
2016-03-09 02:47:10 +01:00
Ryan Curtin fcaf28c082 Add documentation for element type. 2016-03-07 19:59:46 +00:00
Grzegorz Krajewski f8228a5916 Change order in printing backtrace 2016-03-03 21:41:56 +01:00
Grzegorz Krajewski aa35528425 Add mlpack::backtrace info.
Add note about printing a backtrace.
2016-02-25 16:35:51 +01:00
Ryan Curtin 79fd639d12 Documentation fixes. 2016-02-09 10:08:24 -05:00
Barak A. Pearlmutter b39417f511 spelling
Gbp-Pq: Name 0002-spelling.patch
2016-01-18 16:57:54 +00:00
ryan bcabda77ee Update required dependency versions. 2015-12-23 16:04:19 -05:00
ryan 114d43256f Standardize: 'mlpack' instead of 'MLPACK'. 2015-12-23 12:21:30 -05:00
ryan 83a189a091 Fix dependency documentation. 2015-12-23 12:09:39 -05:00
ryan cf725551b1 Update tutorials. 2015-12-23 11:28:25 -05:00
Ryan Curtin 325348b0d2 Tiny minor documentation changes. 2015-11-17 17:26:06 -05:00
Grzegorz Krajewski 01f5c60187 Add note about runtime_error exception 2015-11-17 22:44:12 +01:00
Ryan Curtin b34381d94e \b -> **, \e -> *
(Newer doxygen versions don't seem to play nice with \b and \e.)
2015-08-31 17:54:44 +00:00
Ryan Curtin 0e03ed7f08 Document TreeTraits. 2015-08-31 17:39:57 +00:00
Ryan Curtin 316ef33742 class instead of struct. 2015-08-31 15:39:27 +00:00
ryan fab25eaf7b Document the KernelTraits struct. 2015-08-29 17:35:38 -04:00
Ryan Curtin 49d726cb51 Do some documentation refactoring. 2015-08-29 11:50:21 -04:00
Ryan Curtin 07f205fe90 Add documentation for the KernelType policy. 2015-08-29 11:47:14 -04:00
Ryan Curtin e7ab269631 Add an actual example. 2015-08-29 11:47:14 -04:00
Ryan Curtin dd38d5cbfc Reference the MetricType documentation where possible. 2015-08-29 11:47:14 -04:00
Ryan Curtin becde5b400 Document the MetricType policy. 2015-08-29 11:47:13 -04:00
Ryan Curtin 3e452e0697 No need for non-functional @defn command. 2015-08-17 09:19:31 -04:00
Ryan Curtin 36324dc2dc Update Doxyfile generation and list of trees. 2015-08-03 13:03:27 -04:00
Ryan Curtin 7b0b67dc48 Fix typo (thanks Ryan Birmingham for pointing it out). 2015-07-21 14:13:58 -04:00
Ryan Curtin 015d791042 Re-add Center() to the API. 2015-07-16 16:16:18 +00:00
Ryan Curtin 02c5995f39 The beginning of a document about the TreeType API. 2015-07-15 14:26:44 +00:00
Ryan Curtin 3a83a18816 Fix typo in documentation. 2015-07-13 18:13:51 +00:00
Ryan Curtin 997aec83ec Fix filename. 2015-04-27 16:48:16 -04:00
Ryan Curtin 96e6efcc7f Remove unnecessary period. 2015-04-27 16:47:44 -04:00
Ryan Curtin cdab225316 Add a tutorial for CF. 2015-04-27 16:17:13 -04:00
ryan a7fecec54b Update output for Log::Fatal crash. 2015-04-09 19:08:02 -04:00
Ryan Curtin 534c7d357d Remove references to Boost.Random. 2015-03-02 20:45:35 -05:00