[mlpack-svn] r17026 - mlpack/trunk/src/mlpack/core/tree/rectangle_tree

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Aug 14 11:43:04 EDT 2014


Author: rcurtin
Date: Thu Aug 14 11:43:04 2014
New Revision: 17026

Log:
Typing failure.


Modified:
   mlpack/trunk/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp

Modified: mlpack/trunk/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp	(original)
+++ mlpack/trunk/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp	Thu Aug 14 11:43:04 2014
@@ -206,7 +206,7 @@
 
   // If it is not a leaf node, we use the DescentHeuristic to choose a child
   // to which we recurse.
-  const size_t descentNode = DescentType::ChooseDescentType(this,
+  const size_t descentNode = DescentType::ChooseDescentNode(this,
       dataset.col(point));
   children[descentNode]->InsertPoint(point, lvls);
 }



More information about the mlpack-svn mailing list