Commit Graph
14005 Commits
Author SHA1 Message Date
ryan b8508a6fd6 Fix build bug. 2015-12-23 12:18:57 -05:00
ryan 83a189a091 Fix dependency documentation. 2015-12-23 12:09:39 -05:00
ryan d640209f30 Bump version; everything from here is 2.x.x or higher. 2015-12-23 12:00:24 -05:00
ryan c9b86e4547 Outline the versioning policy. (This can change, of course, but I think this is a good start.) 2015-12-23 11:59:18 -05:00
ryan 5a0370e13e Update HISTORY.md. 2015-12-23 11:52:55 -05:00
ryan 7e6f53bc9a Add PROGRAM_INFO() documentation. 2015-12-23 11:50:48 -05:00
ryan 3ff35bad53 Add mlpack_hoeffding_tree to list of targets. 2015-12-23 11:43:31 -05:00
ryan 01558b8ce8 Use mlpack_ prefix. 2015-12-23 11:42:48 -05:00
ryan 6070527af1 Merge branch 'master' into vfdt 2015-12-23 11:39:04 -05:00
ryan de9cc4b050 Properly list all available algorithms. 2015-12-23 11:28:31 -05:00
ryan cf725551b1 Update tutorials. 2015-12-23 11:28:25 -05:00
ryan c0a1500de1 Fix #229. 2015-12-22 23:26:23 -05:00
ryan 42a94dbf97 Fix bugs; add KernelType(). 2015-12-22 23:25:57 -05:00
ryan fbc045abcd Refactor main executable. 2015-12-22 23:25:26 -05:00
ryan 977afbec06 Add tests for FastMKSModel. 2015-12-22 18:34:23 -05:00
ryan d2ffa5dbc2 Fix -Wunused. 2015-12-22 18:24:52 -05:00
ryan 0f4fd9950a Add tests for FastMKSModel. 2015-12-22 18:23:49 -05:00
ryan 48b470615a Add a model for FastMKS, to be used by the command-line program for serialization. 2015-12-22 18:23:26 -05:00
ryan da8ed43691 Add Train() with a tree. 2015-12-22 18:18:58 -05:00
ryan 2865496c68 Allow access to naive. 2015-12-22 18:07:13 -05:00
ryan eb41f4bc27 Add Serialize() and tests. 2015-12-22 17:02:00 -05:00
ryan b2a108f647 A better memory leak fix. 2015-12-22 17:01:41 -05:00
ryan 74846d3054 const Serialize() functions don't get picked up right by the compiler. 2015-12-22 17:01:06 -05:00
ryan 360e78beb8 Remove unused amf program. 2015-12-22 16:46:56 -05:00
ryan 5a444b02eb Fix memory leak. 2015-12-22 16:44:14 -05:00
ryan 31b8022de5 Update documentation. 2015-12-22 16:28:54 -05:00
ryan 7d6883306c Add Train() and tests. 2015-12-22 15:44:56 -05:00
ryan a33dfc36ed Add empty constructor and test. 2015-12-22 15:20:15 -05:00
ryan 62eb2dbf47 Don't use a reference internally. 2015-12-22 14:51:23 -05:00
ryan a8222e0440 Refactor main CF program to allow loading/saving of models. 2015-12-22 14:38:27 -05:00
ryan 6ab20afd8a Fix dependencies. 2015-12-22 14:00:25 -05:00
ryan f86d10c28d Add serialization test. 2015-12-21 20:14:12 -05:00
ryan e01baa6582 Add Serialize() implementation. 2015-12-21 15:32:07 -05:00
ryan f3c84b49ea Update documentation. 2015-12-21 15:31:57 -05:00
ryan 6a9ab72f82 Remove unused rating matrix. 2015-12-21 15:31:43 -05:00
ryan 51205e0ad2 Add tests for Train() overloads and empty constructor. 2015-12-21 15:25:36 -05:00
ryan 93c0f0d96f Add tests for Train(). 2015-12-21 15:10:10 -05:00
ryan 0206156c46 Add default template parameters for Train() overloads. 2015-12-21 15:10:01 -05:00
ryan 341414ba54 Only use template parameter for training.
There's no need for the CF model itself to always know what its FactorizerType
is.
2015-12-21 15:02:13 -05:00
ryan be72510a76 Better documentation. 2015-12-21 13:26:23 -05:00
ryan a990392920 Refactor main det program. 2015-12-21 13:23:41 -05:00
ryan 7d0b6073bd Better program documentation. 2015-12-21 12:51:42 -05:00
ryan b7911f9dc4 Better documentation of save failures. 2015-12-21 12:51:34 -05:00
ryan f601e99f7d Standardize options. 2015-12-21 12:42:35 -05:00
ryan 3ae72c567b Don't print "Required options:" unless we need to.
The same for "Options:", but I don't think there are any mlpack programs that
have only required options.
2015-12-21 12:39:24 -05:00
ryan 09cbc6e13a Refactor nbc program to allow loading/saving models. 2015-12-21 12:32:49 -05:00
Ryan Curtin df229e45a5 Update lists of programs. 2015-12-18 15:55:16 +00:00
Ryan Curtin 09f9c3ea9e Add more useful GMM programs. 2015-12-18 15:53:23 +00:00
Ryan Curtin d924562c0c Refactor GMM: only use FittingType template parameter for Train(). 2015-12-18 15:51:35 +00:00
Ryan Curtin 15b41bb79e Fix syntax. 2015-12-18 15:50:27 +00:00