[mlpack-git] mlpack-2.0.x's head updated: Fixing vector classes to comply with method calls. (fc4195d)

gitdub at mlpack.org gitdub at mlpack.org
Wed Jul 20 16:00:03 EDT 2016


Repository : https://github.com/mlpack/mlpack
Branch 'mlpack-2.0.x' now includes:

     7fa9456 LSHSearch optimization to use less memory, first working copy
     a6d1bfc LSHSearch Optimization: ReturnIndicesFromTable uses less memory
     98eb870 LSHSearch Optimization: ReturnIndicesFromTable uses less memory
     8462632 Implements hybrid find/unique solution. Code still slower than original
     4d4e315 Merge pull request #2 from mlpack/master
     18e55f5 Merge pull request #3 from mlpack/master
     cfa9b79 fix problem while prepending in executables
     1bc61db Refactor for faster assembly of secondHashTable.
     8ad5711 Adds 2 deterministic LSH tests
     330e82c Style fixes and remove redundancies
     6469dac Fixes style problems
     775e2a1 unify styles and fix default output problem
     746522e unify style of softmax exec with others
     9d85b64 edge_boxes: feature extraction
     da7a2c0 Update documentation to fix #672.
     31b5013 Link to Keon's nice tutorial.
     56371c8 I hope nobody is still running 13.10 or jessie.
     8068530 Merge pull request #623 from mentekid/LSHOptimization
     935e76d Only VS2015 is able to build mlpack anymore.
     20f8bc0 Use target_compile_features() on newer CMake versions.
     1dc6883 Really trivial style changes: complete sentences in comments for clarity.
     c0d0563 Add a few more required C++11 features.
     04a6439 Properly resetting auxBound. Start using a Reset() method, to avoid futures errors like this.
     2f2eb93 fix naming in cli.hpp
     2b10a48 Merge pull request #4 from mlpack/master
     e931116 Merge branch 'master' of github.com:keonkim/mlpack into cli
     44883af Merge pull request #682 from MarcosPividori/master
     c3582e2 backported ind2sub and sub2ind
     dec9ab0 backported ind2sub and sub2ind
     69260a5 Revert "edge_boxes: feature extraction"
     1dfb208 backported sub2ind & ind2sub
     b86e427 add duplicate option check and drop unused functions
     92f3cd1 add more descriptions
     81079bc fix doc tutorial
     14aca37 Use appveyor cache (nuget and armadillo).
     0e7143c Merge pull request #687 from keonkim/doc
     60ffbd2 fix typo
     630efbe Merge pull request #688 from keonkim/doc
     05fcf0b added test for ind2sub and sub2ind
     b29bad9 Merge pull request #683 from nilayjain/work
     83d5850 Minor style fixes for ind2sub() test.
     3be8ddc Add new contributors.
     8551a21 Try debugging symbols for AppVeyor build to see if it is faster.
     d79dd3f warn when output file is not specified
     428191f Handle empty centroids _only_ in EmptyClusterPolicy.
     1c87ed9 Remove any handling of empty clusters from LloydStepTypes.
     76c0fc6 Update tutorial to discuss empty clusters and LloydStepType.
     c5b7186 Add --kill_empty_clusters and documentation for it.
     bc3916a Fix return values.
     c566aaf Generalize metrics to arbitrary types.
     bd65c87 Switch secondHashTable to vector<Col<size_t>>.
     e8e2ff1 Fix type in test because LMetric supports arbitrary types now.
     596a3e3 delete unused string_util
     74cdbc8 Fix serialization.
     28a49fa Merge pull request #692 from keonkim/cleanup
     29d4331 Remove unused Score() functions.
     8ebabdd rollback the apis to follow versioning policy
     a93d022 Minor style changes for R tree variants.
     8d8ede7 Remove extra line.
     c726b60 Merge branch 'lsh-deterministictest' of https://github.com/mentekid/mlpack into mentekid-lsh-deterministictest
     ca391aa Minor style issues, use BOOST_REQUIRE_* instead of BOOST_REQUIRE. No functionality changes, just pedantry.
     8d7e5db Specify the nuget boost package version.
     9c28c08 Allow 0 as a bucketSize option.
     9f162b6 Merge branch 'lshopt' of https://github.com/rcurtin/mlpack into rcurtin-lshopt
     ae6c9e6 Merge branch 'rcurtin-lshopt'
     4fa39b6 Move back to port 80.
     9e3c882 fix styles
     8a1be45 Merge pull request #5 from mlpack/master
     f844842 Merge branch 'master' of github.com:keonkim/mlpack into cli
     e99c282 fix typo
     97402b9 Merge pull request #680 from keonkim/cli
     c6477da Fix minor style issues.
     a8b5be9 Prune down .gitignore: remove editor-specific ignores.
     9d76f17 Merge branch 'master' into mlpack-2.x
     909d69e Remove code that should not be released.
     2a9494d Update version to 2.0.2.
     c419a4e Fix duplicate options.
     f9bef96 Move mlpack_allkrann to mlpack_krann, preserving backwards compatibility.
     ebeff6f Mention KMeans changes in history.
     92a7f9a Fix indentation.
     887169a Remove files not to be released.
     0c503b2 Add license.
     6815ea7 Update license to BSD.
     83538be Don't do infinite iterations. (Fix non-terminating test.)
     02414a2 Merge branch 'mlpack-2.x' of https://github.com/mlpack/mlpack into mlpack-2.x
     ce19726 Make sure parameters start in the same place.
     4063649 Update license information for backported Armadillo code.
     7e14cfa Remove backported Armadillo code that we don't need.
     38d981b Update license information for Boost backported code.
     6b841d9 Update release date.
     078c444 Update license information to note other licenses.
     9650ace Fixed broken links in README
     3f13a82 Remove unnecessary includes.
     4776877 Added missing function argument
     102fc20 Fix test: the fourth Gaussian should not be part of the mixture.
     8b53d18 Add new contributor.
     3cd8421 If no responses file given, the responses are assumed to be the last row of the input file.
     2cbb163 Make the comment a complete sentence.
     bbf092e Replace SortStruct by std::pair
     e348366 Fix compiler warnings
     87e39fb Replace lambdas by a comparator.
     8073050 Fix duplicate options.
     6f3067f Warn when the user does not specify a file to test but asks for output.
     2212984 Fix misspelled parameter name.
     da1425c Fix parameter name issues.
     357a169 Better warnings when --output_file is not specified.
     02d15d1 Correct warning for no output.
     65f5496 Update to --output_predictions_file, but keep old version for reverse compatibility.
     3645827 Fix wrong conditional for printing warning.
     46a7ffd Add warning for kernel_pca when --output_file is not specified.
     2a3e19b Add reverse compatibility for some incorrectly-named parameters.
     2b3de33 Fix incorrect conditionals.  Thanks to Sergiu Deitsch for pointing these out.
     6c394ff Update documentation; 'parent' is very outdated; that parameter is actually 'alias'.
     c5a1c5c Don't add unknown options for Visual Studio.
     58523f0 Fix TreeTrait for BallTree.
     fc4195d Fixing vector classes to comply with method calls.



More information about the mlpack-git mailing list