ryan
|
eb30b1775f
|
Update to latest version.
|
2015-12-27 12:56:26 -05:00 |
|
Ryan Curtin
|
cfb5983819
|
Relax tolerance.
|
2015-12-23 21:13:06 -05:00 |
|
Ryan Curtin
|
0af5e8c8d9
|
Loosen matrix tolerance checks a bit for floating-point errors.
|
2015-12-23 17:40:17 -05:00 |
|
Ryan Curtin
|
1e5443b071
|
Loosen tolerances to reduce failure rate.
|
2015-12-23 17:26:14 -05:00 |
|
Ryan Curtin
|
dd268feaef
|
Relax tolerance for test.
|
2015-12-23 17:24:52 -05:00 |
|
Ryan Curtin
|
e27f1e68a1
|
Use right call to chol() depending on Armadillo version.
|
2015-12-23 17:24:42 -05:00 |
|
ryan
|
bcabda77ee
|
Update required dependency versions.
|
2015-12-23 16:04:19 -05:00 |
|
ryan
|
858342ed58
|
Due to technicalities, the tree we load back may not be exactly the same.
This is because we don't preserve *everything* in the Hoeffding tree when we
save, so that we can keep our models compact.
|
2015-12-23 15:58:27 -05:00 |
|
ryan
|
84b9d42aae
|
Fix -Wmaybe-uninitialized.
|
2015-12-23 15:02:41 -05:00 |
|
ryan
|
396f7f2160
|
Ensure a larger set of original singular values.
|
2015-12-23 15:02:29 -05:00 |
|
ryan
|
a50bd2a5fb
|
Make Newton tolerance larger so the method actually converges most of the time...
|
2015-12-23 15:02:03 -05:00 |
|
ryan
|
17d319dbee
|
Loosen test tolerance slightly.
|
2015-12-23 14:56:11 -05:00 |
|
ryan
|
f1e84873e3
|
Fix test filenames.
|
2015-12-23 14:55:44 -05:00 |
|
ryan
|
a6b57a4e3c
|
Further loosening of tolerances to increase probability of success.
|
2015-12-23 12:58:48 -05:00 |
|
ryan
|
0c3faf26aa
|
Initialize dsPrediction to fix failing test and uninitialized memory.
|
2015-12-23 12:48:59 -05:00 |
|
ryan
|
5919cc0c47
|
Loosen bound since it is probabilistic and we have many tests.
|
2015-12-23 12:43:00 -05:00 |
|
ryan
|
a263be4158
|
Test with arma::chol() not arma::det().
|
2015-12-23 12:30:06 -05:00 |
|
ryan
|
46c2d4abdb
|
Wait for long tests with no output.
|
2015-12-23 12:26:31 -05:00 |
|
ryan
|
c525694068
|
Fix test condition.
We aren't guaranteed that bestGain > secondBestGain, just that bestGain >=
secondBestGain.
|
2015-12-23 12:23:49 -05:00 |
|
ryan
|
734a0b154c
|
Use .csv extensions not .txt extensions.
(This problem was the result of a failed merge.)
|
2015-12-23 12:22:48 -05:00 |
|
ryan
|
114d43256f
|
Standardize: 'mlpack' instead of 'MLPACK'.
|
2015-12-23 12:21:30 -05:00 |
|
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 |
|