[mlpack] 184/324: Minor updates
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:08 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit 65768481b6bfb33c1efa62a435142911f3e509e9
Author: saxena.udit <saxena.udit at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Tue Jul 15 11:25:25 2014 +0000
Minor updates
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16823 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list