[mlpack-svn] r11591 - mlpack/trunk/src/mlpack/core/tree

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Feb 22 18:45:49 EST 2012


Author: jcline3
Date: 2012-02-22 18:45:49 -0500 (Wed, 22 Feb 2012)
New Revision: 11591

Modified:
   mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp
Log:
Tab fix (think I got them all)


Modified: mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp	2012-02-22 23:26:50 UTC (rev 11590)
+++ mlpack/trunk/src/mlpack/core/tree/binary_space_tree.hpp	2012-02-22 23:45:49 UTC (rev 11591)
@@ -61,8 +61,8 @@
   StatisticType stat;
   //! The leaf size.
   size_t leafSize;
-	//! The dimension this node split on if it is a parent.
-	size_t splitDimension;
+  //! The dimension this node split on if it is a parent.
+  size_t splitDimension;
 
  public:
   //! So other classes can use TreeType::Mat.
@@ -245,10 +245,10 @@
    */
   BinarySpaceTree* Right() const;
 
-	/**
-	 * Returns the dimension this parent's children are split on.
-	 */
-	size_t GetSplitDimension() const;
+  /**
+  * Returns the dimension this parent's children are split on.
+  */
+  size_t GetSplitDimension() const;
 
   /**
    * Obtains the number of nodes in the tree, starting with this.




More information about the mlpack-svn mailing list