[mlpack-git] master: Fix typo. (1915392)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed May 20 23:06:08 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/77d750c8fd46140b1d6060424f68768a21c89377...7e9cd46afb53817ae93ccbd02637d7726137ce4d

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

commit 19153923152f881a13feab9be02cb6149b3d9d1e
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon May 18 23:42:26 2015 -0400

    Fix typo.


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

19153923152f881a13feab9be02cb6149b3d9d1e
 src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp b/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
index d42a8ba..792d98b 100644
--- a/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
+++ b/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
@@ -1126,7 +1126,7 @@ std::string CoverTree<MetricType, RootPointPolicy, StatisticType, MatType>::
   convert << "  scale: " << scale << std::endl;
   convert << "  base: " << base << std::endl;
   convert << "  parent distance : " << parentDistance << std::endl;
-  convert << "  furthest child distance: " << furthestDescendantDistance;
+  convert << "  furthest descendant distance: " << furthestDescendantDistance;
   convert << std::endl;
   convert << "  children:";
 



More information about the mlpack-git mailing list