[mlpack-svn] r12716 - mlpack/trunk/src/mlpack/methods/maxip

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu May 17 14:40:56 EDT 2012


Author: rcurtin
Date: 2012-05-17 14:40:56 -0400 (Thu, 17 May 2012)
New Revision: 12716

Modified:
   mlpack/trunk/src/mlpack/methods/maxip/max_ip_impl.hpp
Log:
Don't get it backwards...


Modified: mlpack/trunk/src/mlpack/methods/maxip/max_ip_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/maxip/max_ip_impl.hpp	2012-05-17 18:33:21 UTC (rev 12715)
+++ mlpack/trunk/src/mlpack/methods/maxip/max_ip_impl.hpp	2012-05-17 18:40:56 UTC (rev 12716)
@@ -112,7 +112,7 @@
   // Single-tree implementation.
   if (single)
   {
-    MaxIPRules<IPMetric<KernelType> > rules(querySet, referenceSet, indices,
+    MaxIPRules<IPMetric<KernelType> > rules(referenceSet, querySet, indices,
         products);
 
     tree::SingleTreeBreadthFirstTraverser<




More information about the mlpack-svn mailing list