[mlpack-git] master: 80-column maximum. (e409e3e)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Nov 30 17:24:15 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/10b9d45b806a3e879b0564d78ccb183ebc7051ba...31c557d9cc7e4da57fd8a246085c19e076d12271

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

commit e409e3e5e56a9f605237b7f8d5f37570a83ed53c
Author: Ryan Curtin <ryan at ratml.org>
Date:   Sat Nov 21 01:16:53 2015 +0000

    80-column maximum.


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

e409e3e5e56a9f605237b7f8d5f37570a83ed53c
 src/mlpack/tests/decision_stump_test.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/tests/decision_stump_test.cpp b/src/mlpack/tests/decision_stump_test.cpp
index 26e9fe1..4400532 100644
--- a/src/mlpack/tests/decision_stump_test.cpp
+++ b/src/mlpack/tests/decision_stump_test.cpp
@@ -78,7 +78,8 @@ BOOST_AUTO_TEST_CASE(CorrectAttributeChosen)
 
   DecisionStump<> ds(trainingData, labelsIn.row(0), numClasses, inpBucketSize);
 
-  // Only need to check the value of the splitting column, no need of classification.
+  // Only need to check the value of the splitting column, no need of
+  // classification.
   BOOST_CHECK_EQUAL(ds.SplitAttribute(), 0);
 }
 



More information about the mlpack-git mailing list