[mlpack-git] master: Minor code cleanups. (4b5d4ff)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:03:39 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 4b5d4ff1f4642841e613c0e18e50835d760965e7
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Nov 19 17:09:01 2014 +0000

    Minor code cleanups.


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

4b5d4ff1f4642841e613c0e18e50835d760965e7
 src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp b/src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp
index aca613e..3b9308c 100644
--- a/src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp
+++ b/src/mlpack/methods/amf/update_rules/svd_batch_learning.hpp
@@ -9,10 +9,8 @@
 
 #include <mlpack/core.hpp>
 
-namespace mlpack
-{
-namespace amf
-{
+namespace mlpack {
+namespace amf {
 
 /**
  * This class implements SVD batch learning with momentum. This procedure is
@@ -235,7 +233,6 @@ inline void SVDBatchLearning::HUpdate<arma::sp_mat>(const arma::sp_mat& V,
 } // namespace amf
 } // namespace mlpack
 
-
 #endif // __MLPACK_METHODS_AMF_UPDATE_RULES_SVD_BATCHLEARNING_HPP
 
 



More information about the mlpack-git mailing list