Commit Graph
18086 Commits
Author SHA1 Message Date
daivik 6388a1fb65 HMMModel * --> HMMModel* 2018-03-10 20:00:00 +00:00
daivik 3398ad82d5 Fix build by renaming structs in hmm_test_utils 2018-03-09 09:48:15 +00:00
daivik b1a46d49c7 Fix chol() fail 2018-03-06 16:15:44 +00:00
daivik 19a5c826a4 Add tests for Gaussian HMMs and GMM HMMs 2018-03-06 10:37:20 +00:00
daivik 65dda6eefa Adapt Train and Init structs for Gaussian HMMs and GMM HMMs 2018-03-06 09:23:58 +00:00
daivik 6cc37712dc Minor change 2018-03-06 09:04:53 +00:00
daivik 6525440b69 Refactor Init and Train structs. Add hmm_test_utils.hpp 2018-03-06 08:37:59 +00:00
daivik 8580a22a46 Minor changes 2018-03-06 08:01:03 +00:00
daivik 692559f517 Style Fixes 2018-03-03 08:35:19 +00:00
daivik 37c39c8bed Add HMMGenerateValidStartStateTest 2018-03-03 08:25:25 +00:00
daivik 4a5c219a3a Add tests for hmm_generate 2018-03-03 08:06:28 +00:00
daivik 679c3d1a7b Minor fixes to hmm_generate_main.cpp 2018-03-03 08:05:24 +00:00
daivik cb0cd18228 Remove debug statements. Prevent unused param warnings 2018-03-03 06:45:10 +00:00
daivik 69f0959e5b Add HMMLoglikOuputNegativeTest 2018-03-02 22:19:55 +00:00
daivik 43da9836cc Add HMMViterbiCheckDimensionsTest 2018-03-02 21:36:51 +00:00
daivik d22f5b1404 Merge branch 'master' into hmm-cli-tests-2 2018-03-02 17:29:13 +00:00
Ryan Curtin 2dfd3b2ecd Merge pull request #1237 from PlantsAndBuildings/hmm-cli-tests
mlpack_hmm_train binding tests
2018-03-02 04:39:04 -08:00
Ryan Curtin 1572e91476 Merge pull request #1216 from manish7294/lrsdp
Optimized LRSDP Computations
2018-03-02 04:38:24 -08:00
daivik c30aaa6f04 Merge branch 'final-hmm-train' into hmm-cli-tests-2 2018-03-02 07:05:59 +00:00
daivik b471b13b4a tmp commit 2018-03-02 07:04:57 +00:00
Ryan Curtin 9f69eb6cbf Fix doxygen links. 2018-03-01 10:57:13 -05:00
Ryan Curtin 6021e08322 Ok, so I can wrap lines for message() but not option()...? 2018-03-01 10:11:25 -05:00
Ryan Curtin bdbe65445b Merge branch 'LeonCHEN233-master' 2018-03-01 10:01:29 -05:00
Ryan Curtin 3997410ebb Fix spacing. 2018-03-01 10:01:18 -05:00
Ryan Curtin 93876f8cb1 Clarify messages and comments slightly (and wrap lines). 2018-03-01 10:00:28 -05:00
Ryan Curtin 7694d83d6b Merge branch 'master' of https://github.com/LeonCHEN233/mlpack into LeonCHEN233-master 2018-03-01 09:56:07 -05:00
Ryan Curtin 77c3a272a2 Merge branch 'Prabhat-IIT-RemoveEmptyClustersKmeans' 2018-03-01 09:55:01 -05:00
Ryan Curtin a94a1f5e1a Change empty cluster policy return type to void. 2018-03-01 09:54:35 -05:00
Ryan Curtin 0a25f1345b Merge branch 'RemoveEmptyClustersKmeans' of https://github.com/Prabhat-IIT/mlpack into Prabhat-IIT-RemoveEmptyClustersKmeans 2018-03-01 09:35:21 -05:00
daivik 969a200e5d Should pass all checks now 2018-03-01 10:14:44 +00:00
daivik 210d7fec6d Merge branch 'master' into hmm-cli-tests 2018-03-01 10:10:32 +00:00
Leon Chen d2c69afb68 Update CMakeLists.txt 2018-02-28 00:05:47 +00:00
Marcus Edel efd29addc8 Merge pull request #1284 from zoq/travis_xenial_trusty_switch
Switch back to the Trusty image.
2018-02-28 00:04:24 +01:00
Marcus Edel 4aa100d0f7 Merge pull request #1283 from zoq/style_fixes
Minor style fixes.
2018-02-27 20:21:53 +01:00
Prabhat c72a78d203 Minor change 2018-02-27 23:35:34 +05:30
Prabhat 4c6b771548 Indentation fixed 2018-02-27 23:30:01 +05:30
Marcus Edel 6b9fd492a6 Xenial is unstable so switch to trusty for now. 2018-02-27 15:28:53 +01:00
Marcus Edel 06946b3ce6 Minor style fixes. 2018-02-27 14:50:27 +01:00
daivik a74470912e Minor fixes. Style issues. 2018-02-26 20:34:48 +00:00
Ryan Curtin 3c9a3ee7ad Merge branch 'nikhilgoel1997-DBSCANbindingTest' 2018-02-26 11:36:00 -05:00
Ryan Curtin 9c8e5dfcb1 Minor style fixes. 2018-02-26 11:35:48 -05:00
Ryan Curtin ea83c117ae Merge branch 'DBSCANbindingTest' of https://github.com/nikhilgoel1997/mlpack into nikhilgoel1997-DBSCANbindingTest 2018-02-26 11:29:34 -05:00
Prabhat cd4cd2d962 Merge branch 'master' into RemoveEmptyClustersKmeans 2018-02-26 19:24:54 +05:30
Prabhat 3bee5c7fb3 Added name in core.hpp and copyright.txt 2018-02-26 19:22:05 +05:30
Ryan Curtin 16d2c106f6 Merge pull request #1260 from Wenhao-H/bugfix1
fix maxIterations=0 bug in SimpleResidueTermination
2018-02-26 05:35:27 -08:00
Nikhil Goel 44f436debd Added comments 2018-02-26 14:47:30 +05:30
daivik 3e759ee702 Removed old changes 2018-02-25 19:09:29 +00:00
daivik c4d59c6420 Fix failing tests 2018-02-25 17:30:52 +00:00
daivik 237092e903 lots of git confusion 2018-02-24 17:20:17 +00:00
daivik 235cb26b19 Merge branch 'tmp' into hmm-cli-tests 2018-02-24 17:16:13 +00:00