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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Apr 29 15:13:22 EDT 2013


Author: rcurtin
Date: 2013-04-29 15:13:21 -0400 (Mon, 29 Apr 2013)
New Revision: 14973

Modified:
   mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp
Log:
Remove parameters that don't exist.


Modified: mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp	2013-04-29 16:36:20 UTC (rev 14972)
+++ mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp	2013-04-29 19:13:21 UTC (rev 14973)
@@ -125,7 +125,6 @@
    *
    * @param referenceSet Reference set of data for FastMKS.
    * @param referenceTree Tree built on reference data.
-   * @param kernel Initialized kernel.
    * @param single Whether or not to run single-tree search.
    * @param naive Whether or not to run brute-force (naive) search.
    */
@@ -144,7 +143,6 @@
    * @param referenceTree Tree built on reference data.
    * @param querySet Set of query points for FastMKS.
    * @param queryTree Tree built on query data.
-   * @param kernel Initialized kernel.
    * @param single Whether or not to use single-tree search.
    * @param naive Whether or not to use naive (brute-force) search.
    */




More information about the mlpack-svn mailing list