[mlpack-git] master: Fix stray forward-slash. (609a49c)

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


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

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

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

commit 609a49c65c520a6efceaafbac27e989011d9d3d0
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Feb 9 11:41:34 2015 -0500

    Fix stray forward-slash.


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

609a49c65c520a6efceaafbac27e989011d9d3d0
 src/mlpack/methods/amf/init_rules/average_init.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/amf/init_rules/average_init.hpp b/src/mlpack/methods/amf/init_rules/average_init.hpp
index 7737668..533c4f4 100644
--- a/src/mlpack/methods/amf/init_rules/average_init.hpp
+++ b/src/mlpack/methods/amf/init_rules/average_init.hpp
@@ -28,7 +28,7 @@ class AverageInitialization
   /**
    * Initialize the matrices W and H to the average value of V with uniform
    * random noise added.
-   */
+   *
    * @param V Input matrix.
    * @param r Rank of matrix.
    * @param W W matrix, to be initialized.



More information about the mlpack-git mailing list