[mlpack] 80/149: Fix incorrect class name.
Barak A. Pearlmutter
barak+git at pearlmutter.net
Sat May 2 09:11:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit 068b7684dd7ef4900dd8401ead3530f1d64077c0
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Fri Nov 7 16:59:14 2014 +0000
Fix incorrect class name.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@17308 9d5b8971-822b-0410-80eb-d18c1038ef23
---
src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp b/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
index 60994d6..06fbcb2 100644
--- a/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
+++ b/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
@@ -371,7 +371,7 @@ template<typename SortPolicy, typename MetricType, typename TreeType>
std::string NeighborSearch<SortPolicy, MetricType, TreeType>::ToString() const
{
std::ostringstream convert;
- convert << "NearestNeighborSearch [" << this << "]" << std::endl;
+ convert << "NeighborSearch [" << this << "]" << std::endl;
convert << " Reference Set: " << referenceSet.n_rows << "x" ;
convert << referenceSet.n_cols << std::endl;
if (&referenceSet != &querySet)
--
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