[mlpack-svn] r16803 - mlpack/trunk/src/mlpack/tests

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Jul 9 16:26:16 EDT 2014


Author: rcurtin
Date: Wed Jul  9 16:26:16 2014
New Revision: 16803

Log:
Lengthen comments that weren't 80 columns long.  This may be the most trivial
fix ever in my long, decorated history of trivial commits.


Modified:
   mlpack/trunk/src/mlpack/tests/perceptron_test.cpp

Modified: mlpack/trunk/src/mlpack/tests/perceptron_test.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/tests/perceptron_test.cpp	(original)
+++ mlpack/trunk/src/mlpack/tests/perceptron_test.cpp	Wed Jul  9 16:26:16 2014
@@ -94,8 +94,8 @@
 }
 
 /**
- * This tests the convergence of the perceptron on a dataset
- * which has only TWO points which belong to different classes.
+ * This tests the convergence of the perceptron on a dataset which has only TWO
+ * points which belong to different classes.
  */
 BOOST_AUTO_TEST_CASE(TwoPoints)
 {
@@ -119,8 +119,8 @@
 }
 
 /**
- * This tests the convergence of the perceptron on a dataset
- * which has a non-linearly separable dataset.
+ * This tests the convergence of the perceptron on a dataset which has a
+ * non-linearly separable dataset.
  */
 BOOST_AUTO_TEST_CASE(NonLinearlySeparableDataset)
 {



More information about the mlpack-svn mailing list