[mlpack] 27/30: Remove deprecated function.

Barak A. Pearlmutter barak+git at pearlmutter.net
Mon Dec 26 10:15:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 4e20f35b4355543010309bf29ea4354504e4e4f5
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Dec 22 13:17:53 2016 -0500

    Remove deprecated function.
---
 src/mlpack/methods/lsh/lsh_search.hpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mlpack/methods/lsh/lsh_search.hpp b/src/mlpack/methods/lsh/lsh_search.hpp
index 8b1f1b3..ec0b9d4 100644
--- a/src/mlpack/methods/lsh/lsh_search.hpp
+++ b/src/mlpack/methods/lsh/lsh_search.hpp
@@ -266,10 +266,6 @@ class LSHSearch
         bucketSize, projTables);
   }
 
-  //! Get a single projection matrix.  This function is deprecated and will be
-  //! removed in mlpack 2.1.0!
-  const arma::mat& Projection(size_t i) { return projections.slice(i); }
-
  private:
   /**
    * This function takes a query and hashes it into each of the hash tables to

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list