[mlpack-git] master, mlpack-1.0.x: Explicitly use namespace mlpack::neighbor. (fd7a162)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:44:46 EST 2015


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit fd7a16298b49c54096c756419f28d3f504fffca6
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Feb 28 01:47:07 2014 +0000

    Explicitly use namespace mlpack::neighbor.


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

fd7a16298b49c54096c756419f28d3f504fffca6
 src/mlpack/methods/cf/cf.cpp        | 1 +
 src/mlpack/tests/to_string_test.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/mlpack/methods/cf/cf.cpp b/src/mlpack/methods/cf/cf.cpp
index d3248f1..2ee382d 100644
--- a/src/mlpack/methods/cf/cf.cpp
+++ b/src/mlpack/methods/cf/cf.cpp
@@ -13,6 +13,7 @@
 #include <mlpack/methods/nmf/als_update_rules.hpp>
 
 using namespace mlpack::nmf;
+using namespace mlpack::neighbor;
 using namespace std;
 
 namespace mlpack {
diff --git a/src/mlpack/tests/to_string_test.cpp b/src/mlpack/tests/to_string_test.cpp
index c17f624..269e6e1 100644
--- a/src/mlpack/tests/to_string_test.cpp
+++ b/src/mlpack/tests/to_string_test.cpp
@@ -62,6 +62,7 @@ using namespace mlpack::metric;
 using namespace mlpack::nca;
 using namespace mlpack::bound;
 using namespace mlpack::tree;
+using namespace mlpack::neighbor;
 
 //using namespace mlpack::optimization;
 



More information about the mlpack-git mailing list