[mlpack-svn] r16339 - in mlpack/trunk/src/mlpack: methods/cf tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Feb 27 20:47:07 EST 2014


Author: rcurtin
Date: Thu Feb 27 20:47:07 2014
New Revision: 16339

Log:
Explicitly use namespace mlpack::neighbor.


Modified:
   mlpack/trunk/src/mlpack/methods/cf/cf.cpp
   mlpack/trunk/src/mlpack/tests/to_string_test.cpp

Modified: mlpack/trunk/src/mlpack/methods/cf/cf.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/cf/cf.cpp	(original)
+++ mlpack/trunk/src/mlpack/methods/cf/cf.cpp	Thu Feb 27 20:47:07 2014
@@ -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 {

Modified: mlpack/trunk/src/mlpack/tests/to_string_test.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/tests/to_string_test.cpp	(original)
+++ mlpack/trunk/src/mlpack/tests/to_string_test.cpp	Thu Feb 27 20:47:07 2014
@@ -62,6 +62,7 @@
 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-svn mailing list