[mlpack] 313/324: Typing failure.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:21 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 6942ef0deb5642d09528b239fb978af5b60c5e65
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Thu Aug 14 15:43:04 2014 +0000
Typing failure.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17026 9d5b8971-822b-0410-80eb-d18c1038ef23
---
src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp b/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
index 88a0124..9000f48 100644
--- a/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
+++ b/src/mlpack/core/tree/rectangle_tree/rectangle_tree_impl.hpp
@@ -206,7 +206,7 @@ void RectangleTree<SplitType, DescentType, StatisticType, MatType>::InsertPoint(
// 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);
}
--
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