[mlpack-svn] r16069 - mlpack/trunk/src/mlpack/methods/fastmks

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Nov 27 14:20:30 EST 2013


Author: rcurtin
Date: Wed Nov 27 14:20:29 2013
New Revision: 16069

Log:
Clarify comment.


Modified:
   mlpack/trunk/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp

Modified: mlpack/trunk/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/fastmks/fastmks_rules_impl.hpp	Wed Nov 27 14:20:29 2013
@@ -211,7 +211,7 @@
   const double dualTerm = queryDistBound * refDistBound;
 
   // The parent-child and parent-parent prunes work by applying the same pruning
-  // condition, except they are tighter because
+  // condition as when the parent node was used, except they are tighter because
   //    queryDistBound < queryNode.Parent()->FurthestDescendantDistance()
   // and
   //    refDistBound < referenceNode.Parent()->FurthestDescendantDistance()



More information about the mlpack-svn mailing list