[mlpack-git] master, mlpack-1.0.x: added more code for the rectangle type trees (a3be165)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:47:22 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 a3be1656559742037d5ec2a8c73e47d0fbbab132
Author: andrewmw94 <andrewmw94 at gmail.com>
Date:   Wed May 21 19:31:30 2014 +0000

    added more code for the rectangle type trees


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

a3be1656559742037d5ec2a8c73e47d0fbbab132
 src/mlpack/core/tree/rectangle_tree/traits.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mlpack/core/tree/rectangle_tree/traits.hpp b/src/mlpack/core/tree/rectangle_tree/traits.hpp
index 5bef337..59b4d29 100644
--- a/src/mlpack/core/tree/rectangle_tree/traits.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/traits.hpp
@@ -46,6 +46,8 @@ class TreeTraits<RectangleTree<StatisticType, MatType> >
 
   /**
    * Points are rearranged during building of the tree.
+   * THIS MAY NOT BE TRUE.  IT'S HARD TO DYNAMICALLY INSERT POINTS
+   * AND REARRANGE THE MATRIX
    */
   static const bool RearrangesDataset = true;
 };



More information about the mlpack-git mailing list