[mlpack-git] master: Fix stray forward-slash. (5bca1e4)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Feb 9 13:12:27 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/38ccfcc3c3f7dc34cc4ebb449d4cda7e8bd6e44b...ab9bc6b3bb911c155d706cb11d505e4cace31915

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

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

    Fix stray forward-slash.


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

5bca1e4606ac56e8dad2808a01804045f75cb570
 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