Keon Kim
|
b86e427e4c
|
add duplicate option check and drop unused functions
|
2016-06-07 13:28:37 +09:00 |
|
Keon Kim
|
e931116326
|
Merge branch 'master' of github.com:keonkim/mlpack into cli
|
2016-06-06 23:17:36 +09:00 |
|
Keon Kim
|
2b10a48960
|
Merge pull request #4 from mlpack/master
update
|
2016-06-06 23:16:47 +09:00 |
|
Keon Kim
|
2f2eb939e6
|
fix naming in cli.hpp
|
2016-06-06 22:25:00 +09:00 |
|
Ryan Curtin
|
c0d0563bc6
|
Add a few more required C++11 features.
|
2016-06-05 15:49:38 -04:00 |
|
Ryan Curtin
|
1dc68833e2
|
Really trivial style changes: complete sentences in comments for clarity.
|
2016-06-05 15:11:49 -04:00 |
|
Ryan Curtin
|
20f8bc08af
|
Use target_compile_features() on newer CMake versions.
|
2016-06-05 15:07:43 -04:00 |
|
Ryan Curtin
|
935e76dd53
|
Only VS2015 is able to build mlpack anymore.
|
2016-06-05 15:07:43 -04:00 |
|
Ryan Curtin
|
8068530492
|
Merge pull request #623 from mentekid/LSHOptimization
LSH optimization: LSHSearch::ReturnIndicesFromTable uses less memory
|
2016-06-05 15:00:28 -04:00 |
|
Ryan Curtin
|
56371c80f3
|
I hope nobody is still running 13.10 or jessie.
|
2016-06-05 14:38:03 -04:00 |
|
Ryan Curtin
|
31b5013719
|
Link to Keon's nice tutorial.
|
2016-06-05 14:37:42 -04:00 |
|
Ryan Curtin
|
da7a2c0306
|
Update documentation to fix #672.
|
2016-06-05 14:29:43 -04:00 |
|
Keon Kim
|
746522e725
|
unify style of softmax exec with others
|
2016-06-05 19:03:19 +09:00 |
|
Keon Kim
|
775e2a1d1e
|
unify styles and fix default output problem
|
2016-06-05 18:45:21 +09:00 |
|
Ryan Curtin
|
5b8fdce471
|
Revert "Refactor for faster assembly of secondHashTable."
This reverts commit 940a2b5766. I did not mean to
commit that.
|
2016-06-05 01:33:17 -04:00 |
|
Ryan Curtin
|
06cae1319a
|
Update aged Fedora documentation.
|
2016-06-05 01:31:50 -04:00 |
|
Ryan Curtin
|
940a2b5766
|
Refactor for faster assembly of secondHashTable.
|
2016-06-05 01:31:50 -04:00 |
|
Ryan Curtin
|
a2440f163a
|
Merge pull request #661 from rcurtin/keontests
More tests for DatasetInfo
|
2016-06-03 12:35:12 -04:00 |
|
Ryan Curtin
|
ee95e2030d
|
Merge pull request #660 from stereomatchingkiss/fix_mapping_issue
Fix mapping issue
|
2016-06-03 11:50:26 -04:00 |
|
Keon Kim
|
cfa9b791d0
|
fix problem while prepending in executables
|
2016-06-03 21:32:32 +09:00 |
|
Ryan Curtin
|
2629a4fd65
|
Merge pull request #670 from rcurtin/master
Marcus thinks this will fix the Windows build... let's find out.
|
2016-06-02 20:03:54 -04:00 |
|
Ryan Curtin
|
dde781fad5
|
Marcus thinks this will fix the Windows build... let's find out.
|
2016-06-02 16:55:32 -04:00 |
|
Ryan Curtin
|
281555a9c6
|
Merge pull request #668 from MarcosPividori/knn-bounds
Add B_aux according to issue #642
|
2016-06-02 16:27:22 -04:00 |
|
Keon Kim
|
18e55f5e40
|
Merge pull request #3 from mlpack/master
Update some documentation, change --input_labels to --input_labels_file.
|
2016-06-03 04:44:50 +09:00 |
|
Ryan Curtin
|
6a94eb6efb
|
Update some documentation, change --input_labels to --input_labels_file.
|
2016-06-02 14:54:46 -04:00 |
|
Keon Kim
|
4d4e315b68
|
Merge pull request #2 from mlpack/master
merge
|
2016-06-03 00:27:13 +09:00 |
|
stereomatchingkiss
|
181792d995
|
Merge pull request #650 from keonkim/master
add cli executable for data_split
|
2016-06-02 22:38:32 +08:00 |
|
Ryan Curtin
|
e3a23c256f
|
Update HISTORY.
|
2016-06-02 09:50:42 -04:00 |
|
Ryan Curtin
|
8ed22ce675
|
We can't remove Projection() because we'd break our versioning principles.
So we'll have to wait until mlpack 2.0.1 to remove it... :(
|
2016-06-02 09:49:39 -04:00 |
|
Ryan Curtin
|
d3e3c5470e
|
Minor code cleanups and style fixes.
|
2016-06-02 09:47:31 -04:00 |
|
Ryan Curtin
|
b30e6975a2
|
Remove BuildHash(); simpler cube default.
|
2016-06-02 09:44:03 -04:00 |
|
Ryan Curtin
|
e0b6ce7cbd
|
Merge branch 'LSHTableAccess' of https://github.com/mentekid/mlpack into mentekid-LSHTableAccess
|
2016-06-02 09:43:25 -04:00 |
|
Yannis Mentekidis
|
06fdfa866a
|
Adds new constructor to LSHSearch and merges Train() and BuildHash() methods
|
2016-06-02 14:39:07 +03:00 |
|
Keon Kim
|
ac016feb8f
|
fix tests for split data
|
2016-06-02 16:28:03 +09:00 |
|
Keon Kim
|
2417a1992b
|
add more program info of split
|
2016-06-02 15:14:19 +09:00 |
|
Ryan Curtin
|
eba4f99246
|
Fix spacing and make method const.
|
2016-06-01 12:35:50 -07:00 |
|
Ryan Curtin
|
dca52fd2ed
|
Add --output_probabilities_file option.
|
2016-06-01 11:49:55 -07:00 |
|
Ryan Curtin
|
5546ebcf02
|
Add Classify() functions and tests.
|
2016-06-01 11:27:23 -07:00 |
|
Ryan Curtin
|
f989f1f9dd
|
Refactor Serialize(), add backwards compatibility, and update tests.
|
2016-06-01 20:54:29 +03:00 |
|
Ryan Curtin
|
81b6b4f88d
|
Use n_slices not size() to fix correctness.
|
2016-06-01 20:54:24 +03:00 |
|
Ryan Curtin
|
14740500bc
|
Include new serialization version macro.
|
2016-06-01 20:54:20 +03:00 |
|
Ryan Curtin
|
6958cc0a58
|
We actually need to wrap mlpack::data::SecondShim<> objects.
|
2016-06-01 20:54:15 +03:00 |
|
Ryan Curtin
|
ff7877d28e
|
Add a templated version for BOOST_CLASS_VERSION().
|
2016-06-01 20:54:08 +03:00 |
|
Yannis Mentekidis
|
7ebf1daa6d
|
Changes LSHSearch::projections from std::vector<arma::mat> to arma::cube
|
2016-06-01 10:48:20 +03:00 |
|
Yannis Mentekidis
|
b067e89b52
|
Changes LSHSearch.projections from std::vector<arma::mat> to arma::cube
|
2016-06-01 10:40:20 +03:00 |
|
Yannis Mentekidis
|
4773efbb11
|
Fixes naming conventions of accessors
|
2016-06-01 09:32:45 +03:00 |
|
Ryan Curtin
|
e6d2ca7bf6
|
I'm not sure what line width Pari used, but it wasn't 80 columns.
This will probably make the merge of #663 and other LSH improvements by Yannis
harder...
|
2016-05-31 16:56:11 -04:00 |
|
Yannis Mentekidis
|
934fe08223
|
Adds code that gives controllable access to LSH projection tables
|
2016-05-31 23:20:41 +03:00 |
|
Yannis Mentekidis
|
f3c4939e58
|
Adds code that gives controllable access to LSH projection tables
|
2016-05-31 23:17:13 +03:00 |
|
Yannis Mentekidis
|
e94896d9c7
|
Adds code that gives controllable access to LSH projection tables
|
2016-05-31 23:14:08 +03:00 |
|