[mlpack-git] master: Fix definition. (9c5b690)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Oct 20 09:48:06 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/67e0a132c7f62820c734eb508fe1bc83128a3e13...00eccfdb0d315de3d94bfa1da84cc1dc65c8af39

>---------------------------------------------------------------

commit 9c5b690c280ff104c987ac626ea3e7f5e8e8e067
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Oct 19 21:01:38 2015 +0000

    Fix definition.


>---------------------------------------------------------------

9c5b690c280ff104c987ac626ea3e7f5e8e8e067
 src/mlpack/methods/neighbor_search/ns_model.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/neighbor_search/ns_model.hpp b/src/mlpack/methods/neighbor_search/ns_model.hpp
index 6242377..126258d 100644
--- a/src/mlpack/methods/neighbor_search/ns_model.hpp
+++ b/src/mlpack/methods/neighbor_search/ns_model.hpp
@@ -123,7 +123,7 @@ class NSModel
               arma::Mat<size_t>& neighbors,
               arma::mat& distances);
 
-  std::string TreeName(int treeType) const;
+  std::string TreeName() const;
 };
 
 } // namespace neighbor



More information about the mlpack-git mailing list