[mlpack-git] master,mlpack-1.0.x: Minor updates (3c83b02)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:53:17 EST 2015


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 3c83b02499c4b7424dd3614f704738a81ba67a53
Author: Udit Saxena <saxena.udit at gmail.com>
Date:   Tue Jul 15 11:25:25 2014 +0000

    Minor updates


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

3c83b02499c4b7424dd3614f704738a81ba67a53
 src/mlpack/tests/perceptron_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/perceptron_test.cpp b/src/mlpack/tests/perceptron_test.cpp
index 91f826c..07f99bd 100644
--- a/src/mlpack/tests/perceptron_test.cpp
+++ b/src/mlpack/tests/perceptron_test.cpp
@@ -134,7 +134,7 @@ BOOST_AUTO_TEST_CASE(NonLinearlySeparableDataset)
   Mat<size_t> labels;
   labels << 0 << 0 << 0 << 1 << 0 << 1 << 1 << 1
          << 0 << 0 << 0 << 1 << 0 << 1 << 1 << 1;
-  // labels.print("Here too.");
+         
   Perceptron<> p(trainData, labels.row(0), 1000);
 
   mat testData;



More information about the mlpack-git mailing list