Commit Graph
11822 Commits
Author SHA1 Message Date
Ryan Curtin c84d5ccfea Update ToString() for all kernels except the PSpectrumStringKernel. 2014-01-28 23:01:49 +00:00
Ryan Curtin ba63f19e05 Add new contributor. 2014-01-28 23:01:11 +00:00
Ryan Curtin 8104e7253c convert << util::Indent(probabilities);
Minor modifications to ToString()s in distributions.
2014-01-28 22:35:48 +00:00
Ryan Curtin 38575161c9 Don't make an extra line when indenting things. 2014-01-28 22:30:27 +00:00
birm 201d6cb0e6 Added BallBound ToString test. 2014-01-28 21:42:32 +00:00
birm 739f873781 The Problem was the Test; Added ToString to AugLag's Test. 2014-01-28 20:42:58 +00:00
Ryan Curtin 286e90fba5 Add CMake configuration for LRSDP, and split it properly into cpp/hpp/_impl.hpp
files.
2014-01-28 20:42:10 +00:00
birm 7795f4823c Fixed Test Error 2014-01-28 20:36:19 +00:00
birm e90253822f Fixed my own error in ToString of AugLagrangian 2014-01-28 20:35:59 +00:00
birm 8c81e2acd3 Fixed AugLag Test 2014-01-28 20:20:45 +00:00
birm 1d871b84f7 Added ToString for AugLag Itself. 2014-01-28 20:20:28 +00:00
birm 6125af9782 Added ToString method 2014-01-28 20:14:58 +00:00
birm 9a279bd483 Fixed AugLagFunction Test; working on AugLag proper. 2014-01-28 20:13:56 +00:00
birm 7adb295860 Added ToString to LBFGS 2014-01-28 19:45:14 +00:00
birm 03494b4201 Added L_BFGS 2014-01-28 19:44:37 +00:00
birm d0a971b6cd Changed so that "numPrunes" is not declared, to avoid compiler warning. 2014-01-28 19:25:08 +00:00
birm 71fbc0e02d Changed so that "dimension" is not declared, to avoid compiler warning. 2014-01-28 19:24:30 +00:00
birm 395f36142d Addes Tostring here early, mostly because SGD required it. 2014-01-28 19:12:39 +00:00
birm cef741af20 Added Tostring to SGD. 2014-01-28 19:11:45 +00:00
birm 55a113ebbb Updated Test for working optimizers 2014-01-28 19:11:05 +00:00
birm 6a000a7fe6 Added ToString() to core/dists, core/kernels, and core/metrics
Added a test for the ToString() methods
2014-01-27 21:08:40 +00:00
Ryan Curtin c3e90b7924 Fix spacing. 2014-01-27 17:01:23 +00:00
Ryan Curtin 9cf0b0c551 Add new contributor. 2014-01-22 18:47:05 +00:00
Ryan Curtin 2c4eecc4f2 Add tests when the data matrix has linearly dependent features. 2014-01-22 16:36:23 +00:00
Ryan Curtin 613913726f Fix from Michael Fox for #242. 2014-01-22 16:36:06 +00:00
Ryan Curtin bbab33cc11 Ticket #314 resulted in a bunch of useful changes. 2014-01-14 21:13:17 +00:00
Ryan Curtin 80a9c09811 Pull in updated history from version 1.0.8. 2014-01-14 21:10:57 +00:00
Ryan Curtin c4d0ef41bc Handle cases where scales are 0 correctly. 2014-01-14 20:50:23 +00:00
Ryan Curtin 4c63690e40 This wasn't actually calculating the variance correctly. 2014-01-14 20:50:03 +00:00
Ryan Curtin 3bb83801a8 svn:ignore --> 'build*' in case you have multiple build directories. 2014-01-14 20:49:06 +00:00
Ryan Curtin 1ebce66703 When using the constructors that don't specify a model, make sure we create an
actual valid GMM and not just random memory.
2014-01-14 17:46:13 +00:00
Ryan Curtin 2307a999f2 Increase precision of saves. 2014-01-09 17:16:32 +00:00
Ryan Curtin bc5f91efc4 Add Mudit's name to the list of contributors. 2014-01-07 04:23:32 +00:00
Ryan Curtin 0bc57af0d5 Update copyright for the new year. 2014-01-07 04:19:56 +00:00
Ryan Curtin e52724d388 Ignore svnversion.hpp. 2014-01-03 18:30:25 +00:00
Ryan Curtin 4a0dc43559 Fix error so that core.hpp is properly included. 2014-01-03 18:29:31 +00:00
Ryan Curtin 33e64ac417 Add svnversion.hpp to list of sources to track, if necessary. 2014-01-03 18:29:12 +00:00
Ryan Curtin f2f1146005 Remove redundant check for working copy. 2014-01-03 18:15:11 +00:00
Ryan Curtin 1b3acf2844 Safe check for if we are in an svn repo. 2014-01-03 18:14:21 +00:00
Ryan Curtin 64dd830f21 Fix dependency on stringstream. 2014-01-03 18:00:12 +00:00
Ryan Curtin 4e508754a7 CMake scripts to find and update svnversion.hpp, if necessary. 2014-01-03 17:59:49 +00:00
Ryan Curtin 169204e562 CMake script to create svnversion.hpp, if needed. 2014-01-03 17:58:58 +00:00
Ryan Curtin bc4bd66321 Update so that it gets compiled into libmlpack.so. 2014-01-03 16:56:41 +00:00
Marcus Edel cb3225f42d Fix typo: furthest <-> nearest. 2013-12-29 17:10:53 +00:00
Ryan Curtin 3928ccc273 Link to tutorial on versioning information in core.hpp. 2013-12-29 04:30:31 +00:00
Ryan Curtin 0487767b70 Oops, a typo. 2013-12-29 04:30:04 +00:00
Ryan Curtin 215a590bbd Some documentation on versioning information. 2013-12-29 04:29:33 +00:00
Ryan Curtin 78a747d561 Add information so a version can be obtained easily during runtime and also at
compile time.
2013-12-29 04:17:14 +00:00
Ryan Curtin 3ff2ed2b95 I don't remember doing this, and I have no idea when it was, but hey, using
namespace std in cpp files is a cool idea.
2013-12-29 04:16:52 +00:00
Ryan Curtin dbc690fc95 Add main executable for logistic regression. 2013-12-29 03:43:49 +00:00