[mlpack] 10/324: added more code for the rectangle type trees
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:21:51 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 9faf5418e230f7580e1c8731a49a6f3375d6e25d
Author: andrewmw94 <andrewmw94 at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Wed May 21 19:31:30 2014 +0000
added more code for the rectangle type trees
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16530 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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;
};
--
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