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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon May 13 17:34:59 EDT 2013


Author: rcurtin
Date: 2013-05-13 17:34:58 -0400 (Mon, 13 May 2013)
New Revision: 15084

Modified:
   mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp
Log:
Document what the namespace contains.


Modified: mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp	2013-05-13 21:34:37 UTC (rev 15083)
+++ mlpack/trunk/src/mlpack/methods/fastmks/fastmks.hpp	2013-05-13 21:34:58 UTC (rev 15084)
@@ -14,7 +14,7 @@
 #include <mlpack/core/tree/cover_tree.hpp>
 
 namespace mlpack {
-namespace fastmks {
+namespace fastmks /** Fast max-kernel search. */ {
 
 /**
  * An implementation of fast exact max-kernel search.  Given a query dataset and




More information about the mlpack-svn mailing list