Commit Graph
19543 Commits
Author SHA1 Message Date
Kim SangYeon 3d0f751b7e Edited dbscan_main.cpp 2019-01-06 06:05:30 +09:00
Kim SangYeon 5354e074b0 Edited according to feedback 2019-01-06 06:01:08 +09:00
Kim SangYeon f87db27ab6 Edited according to feedback 2019-01-05 19:59:25 +09:00
Kim SangYeon d603e1123b Edited DBSCAN main test 2019-01-04 09:39:38 +09:00
Kim SangYeon 3aadba3bb1 Edited for test 2019-01-04 06:37:13 +09:00
Kim SangYeon dc94428648 Edited according to feedback 2019-01-04 00:07:27 +09:00
sy0814k d7710b1d58 Updated HISTORY.md 2019-01-03 19:50:11 +09:00
Kim SangYeon 9b0dc94432 Added DBSCAN test module 2019-01-02 19:37:50 +09:00
Kim SangYeon 10fc9fc3c6 Merge branch 'feature-dbscan' of https://github.com/KimSangYeon-DGU/mlpack into feature-dbscan 2019-01-02 18:39:07 +09:00
Kim SangYeon 39b399edce Added RandomPointSelection module 2019-01-02 18:37:56 +09:00
sy0814k 449fdb6c69 Edited typo 2019-01-02 18:26:00 +09:00
sy0814k 9bb84b12dd added work history about DBSCAN. 2019-01-02 18:25:25 +09:00
Kim SangYeon 5941468a62 Added OrderedPointSelection 2019-01-01 06:19:04 +09:00
Ryan Curtin 6410e20e28 Merge pull request #1622 from rcurtin/test-fixes
Fixes for intermittently failing tests
2018-12-30 13:36:32 -05:00
Shikhar Jaiswal dce81d5ded Merge pull request #1618 from iamrajiv/Fixed-Some-Grammatical-Mistakes-in-README.md
Fixed Some Grammatical Mistakes in README.md
2018-12-29 02:18:21 +05:30
Rajiv Ranjan Singh 99c97c47ad Fixed-Some-Grammatical-Mistakes-in-README.md 2018-12-28 02:58:55 +05:30
Ryan Curtin cc32a94e48 Merge branch 'master' into test-fixes 2018-12-27 14:55:40 -05:00
Ryan Curtin 6719dc5da5 Reduce probability of test failure for KPCA main tests. 2018-12-27 14:54:37 -05:00
Ryan Curtin 6d07e445b4 Allow more iterations for Reber grammar tests. 2018-12-27 14:54:24 -05:00
Ryan Curtin cd1f81cd1c Loosen tolerance for NMFALSTest; it failed very occasionally. 2018-12-27 14:54:00 -05:00
Ryan Curtin 555ecd39b8 Loosen tolerances for GammaDistribution test. 2018-12-27 14:53:44 -05:00
Shikhar Jaiswal a59d13e14c Merge pull request #1615 from saksham189/doc
ffn.hpp and rnn.hpp: Documentation fix
2018-12-27 18:17:15 +05:30
Rajiv Ranjan Singh db95cc2b26 Fixed Some Grammatical Mistakes in README.md
Fixed Some Grammatical Mistakes in README.md
2018-12-27 08:33:04 +05:30
Saksham Bansal 3ef6f05ba0 ffn.hpp and rnn.hpp: Documentation fix
Documentation fix for EvaluateWithGradient.
2018-12-27 00:30:59 +07:00
Ryan Curtin d1c6b9b9a6 Merge pull request #1608 from bhavishyagopesh/master
Fix typo in file name.
2018-12-22 22:25:55 -05:00
BHAVISHYA 9c757e54f2 Fix typo in file name.
Fix typo in file name in cli-quickstart
2018-12-23 05:38:12 +05:30
Ryan Curtin 121d548933 Merge branch 'saksham189-tests' 2018-12-22 11:45:48 -05:00
Ryan Curtin 1171da8936 Minor rewording 2018-12-22 11:45:32 -05:00
BHAVISHYA 20e5c3d98d Fix typo in file name.
Fix typo in file name in cli-quickstart.
2018-12-22 10:10:01 +05:30
Saksham Bansal 44939e9b2f kernel_pca_test.cpp: Add tests
Add tests for kernel_pca command line.
2018-12-18 17:36:33 +07:00
Ryan Curtin 2fa579f49d Merge pull request #1595 from rcurtin/test-failures
Update tests for more robustness
2018-12-17 08:59:52 -05:00
Ryan Curtin debb25ecdf Merge pull request #1599 from rcurtin/windows-permissive
Fix #1593.  Be more careful with Windows compile flags.
2018-12-17 08:59:34 -05:00
Ryan Curtin 7f62786682 Readjust tolerances for RMSE testing.
Also add a test for NoNormalization.
2018-12-14 10:16:23 -05:00
Ryan Curtin 500136ebc6 Fix #1593. Be more careful with Windows compile flags. 2018-12-14 00:17:31 -05:00
Ryan Curtin 1e62199d86 Use apt-key not apt-get. 2018-12-13 16:29:47 -05:00
Ryan Curtin 655029175c Merge remote-tracking branch 'origin/master' into test-failures 2018-12-13 12:18:31 -05:00
Ryan Curtin 3aba35b39b Update tests for more robustness.
Many of these tests would occasionally fail, so I have gone through and modified
tolerances or made multiple runs as necessary to prevent (or reduce) random
failures.
2018-12-13 01:41:25 -05:00
Ryan Curtin 7e05c30640 Merge pull request #1591 from rcurtin/travis-keyserver
Try multiple different keyservers for reliability.
2018-12-10 10:12:41 -06:00
Ryan Curtin b5d3720fba Merge pull request #1583 from rcurtin/cmake-fixes
CMake fixes and GNUInstallDirs
2018-12-10 08:53:19 -05:00
Ryan Curtin d963b4b541 Merge pull request #1570 from zoq/ens_transition
ensmallen (optimizer transition)
2018-12-09 10:17:48 -05:00
Ryan Curtin 65c99f810d Merge branch 'rcurtin-readme-fix' 2018-12-09 10:07:00 -05:00
Ryan Curtin 2f93d9ae1d Merge branch 'readme-fix' of https://www.github.com/rcurtin/mlpack into rcurtin-readme-fix 2018-12-09 10:06:38 -05:00
Ryan Curtin 91f6dd3937 Merge pull request #1553 from rcurtin/win-tutorial-update
Update Windows tutorial and build options
2018-12-08 08:21:25 -05:00
Ryan Curtin b562e5195b Try multiple different keyservers for reliability. 2018-12-06 10:55:28 -05:00
Ryan Curtin 0bc857b7b7 Add definition of missing install directory on Windows. 2018-12-06 10:17:29 -05:00
Ryan Curtin dd9313398c Update release date. 2018-12-05 15:20:16 -05:00
Ryan Curtin 823c34d46c Merge pull request #1584 from rcurtin/instantiated-tree-metric
Handle instantiated metrics for BinarySpaceTree.
2018-12-05 10:47:07 -05:00
Ryan Curtin 145e520d1a Fix misspelling. 2018-12-05 10:46:34 -05:00
Marcus Edel f3781a2019 Use == instead of != to build the categorical dimensions. 2018-12-04 12:00:01 -05:00
Ryan Curtin 3b867a7503 Update to next version number. 2018-12-04 11:52:40 -05:00