[mlpack] 125/324: Removed a few tabs.

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sun Aug 17 08:22:02 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 3ab629a152a9d9d3aeb451baac7d3731110929f4
Author: siddharth.950 <siddharth.950 at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date:   Fri Jul 4 17:09:03 2014 +0000

    Removed a few tabs.
    
    git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16763 9d5b8971-822b-0410-80eb-d18c1038ef23
---
 src/mlpack/core/tree/cosine_tree/cosine_tree.cpp | 2 +-
 src/mlpack/tests/quic_svd_test.cpp               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp b/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp
index 67e1d9a..032122e 100644
--- a/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp
+++ b/src/mlpack/core/tree/cosine_tree/cosine_tree.cpp
@@ -284,7 +284,7 @@ void CosineTree::CosineNodeSplit()
   
   // Split columns into left and right children. The splitting condition for the
   // column to be in the left child is as follows:
-  // 			cos_max - cos(i) <= cos(i) - cos_min
+  //       cos_max - cos(i) <= cos(i) - cos_min
   for(size_t i = 0; i < numColumns; i++)
   {
     if(cosineMax - cosines(i) <= cosines(i) - cosineMin)
diff --git a/src/mlpack/tests/quic_svd_test.cpp b/src/mlpack/tests/quic_svd_test.cpp
index c0d9c34..b9a88ef 100644
--- a/src/mlpack/tests/quic_svd_test.cpp
+++ b/src/mlpack/tests/quic_svd_test.cpp
@@ -24,8 +24,8 @@ BOOST_AUTO_TEST_CASE(QUICSVDReconstructionError)
   // Load the dataset.
   arma::mat dataset;
   data::Load("test_data_3_1000.csv", dataset);
-	
-	// Obtain the SVD using default parameters.
+
+  // Obtain the SVD using default parameters.
   arma::mat u, v, sigma;
   QUIC_SVD quicsvd(dataset, u, v, sigma);
   

-- 
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