[mlpack-git] master: Oops, bad parameter name. (6ad3f73)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 12 16:02:49 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/eddd7167d69b6c88b271ef2e51d1c20e13f1acd8...70342dd8e5c17e0c164cfb8189748671e9c0dd44

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

commit 6ad3f7353588833c3badfa651364da009af607cb
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jan 14 17:07:11 2015 -0500

    Oops, bad parameter name.


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

6ad3f7353588833c3badfa651364da009af607cb
 src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp b/src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp
index 896da5d..6049f8e 100644
--- a/src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp
+++ b/src/mlpack/methods/kmeans/dual_tree_kmeans_rules.hpp
@@ -77,7 +77,7 @@ class DualTreeKMeansRules
    *
    * This is not a function of the query node, so it does not need to be passed.
    */
-  double ElkanOverallTypeScore(TreeType& queryNode);
+  double ElkanOverallTypeScore(TreeType& referenceNode);
 
   /**
    * See if an Elkan-type prune can be performed.  If so, return DBL_MAX;



More information about the mlpack-git mailing list