[mlpack-git] master: fix compile error and comments (5a470ed)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Nov 30 10:40:26 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/5aaf0e441dd64a5de9a0210aa7a837eecf162d12...e4519fc42a2a340cf0387ab082bf49b9715c871b

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

commit 5a470edf192bb025b7844217782d83aaff8a5c2d
Author: stereomatchingkiss <stereomatchingkiss at gmail.com>
Date:   Fri Nov 6 21:55:35 2015 +0800

    fix compile error and comments


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

5a470edf192bb025b7844217782d83aaff8a5c2d
 src/mlpack/tests/maximal_inputs_test.cpp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/mlpack/tests/maximal_inputs_test.cpp b/src/mlpack/tests/maximal_inputs_test.cpp
index 345dbe0..ecd36c6 100644
--- a/src/mlpack/tests/maximal_inputs_test.cpp
+++ b/src/mlpack/tests/maximal_inputs_test.cpp
@@ -1,11 +1,9 @@
 /**
- * @file softmax_regression_test.cpp
- * @author Siddharth Agrawal
+ * @file MaximalInputs.cpp
+ * @author Ngap Wei Tham
  *
- * Test the SoftmaxRegression class.
+ * Test the MaximalInputs and ColumnsToBlocks functions.
  */
-#define BOOST_TEST_MODULE MaximalInputs
-
 #include <mlpack/core.hpp>
 #include <mlpack/methods/sparse_autoencoder/maximal_inputs.hpp>
 



More information about the mlpack-git mailing list