[mlpack-git] master: Minor style fix. (a7ee285)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Jul 16 12:16:34 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/b4659b668021db631b3c8a48e3d735b513706fdc...015d79104286231ef70ea0ba1d99a6c397025b3e

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

commit a7ee285dafbaac738c1ef1d94d4fde8fde84f644
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 13 17:27:51 2015 +0000

    Minor style fix.


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

a7ee285dafbaac738c1ef1d94d4fde8fde84f644
 src/mlpack/methods/det/dt_utils.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/det/dt_utils.cpp b/src/mlpack/methods/det/dt_utils.cpp
index a976415..d6412a3 100644
--- a/src/mlpack/methods/det/dt_utils.cpp
+++ b/src/mlpack/methods/det/dt_utils.cpp
@@ -177,7 +177,7 @@ DTree* mlpack::det::Trainer(arma::mat& dataset,
   Timer::Start("cross_validation");
   // Go through each fold.
   #pragma omp parallel for default(none) \
-    shared(testSize,cvData,prunedSequence,regularizationConstants,dataset)
+      shared(testSize, cvData, prunedSequence, regularizationConstants, dataset)
   for (size_t fold = 0; fold < folds; fold++)
   {
     // Break up data into train and test sets.



More information about the mlpack-git mailing list