[mlpack-git] master,mlpack-1.0.x: Removed a few tabs. (1dbbd03)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:51:17 EST 2015


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 1dbbd03e7420f1c7ac66564ffee82c30e17bcf81
Author: Siddharth Agrawal <siddharth.950 at gmail.com>
Date:   Fri Jul 4 17:09:03 2014 +0000

    Removed a few tabs.


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

1dbbd03e7420f1c7ac66564ffee82c30e17bcf81
 src/mlpack/core/tree/cosine_tree/cosine_tree.cpp | 2 +-
 src/mlpack/tests/quic_svd_test.cpp               | 2 +-
 2 files changed, 2 insertions(+), 2 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
@@ -25,7 +25,7 @@ BOOST_AUTO_TEST_CASE(QUICSVDReconstructionError)
   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);
   



More information about the mlpack-git mailing list