[mlpack-svn] r10506 - mlpack/trunk/src/mlpack/methods/neighbor_search

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Dec 2 00:51:58 EST 2011


Author: rcurtin
Date: 2011-12-02 00:51:58 -0500 (Fri, 02 Dec 2011)
New Revision: 10506

Modified:
   mlpack/trunk/src/mlpack/methods/neighbor_search/neighbor_search.hpp
Log:
Update comment to be more accurate.


Modified: mlpack/trunk/src/mlpack/methods/neighbor_search/neighbor_search.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/neighbor_search/neighbor_search.hpp	2011-12-02 04:56:32 UTC (rev 10505)
+++ mlpack/trunk/src/mlpack/methods/neighbor_search/neighbor_search.hpp	2011-12-02 05:51:58 UTC (rev 10506)
@@ -2,8 +2,8 @@
  * @file neighbor_search.hpp
  * @author Ryan Curtin
  *
- * Defines the AllkNN class to perform all-k-nearest-neighbors on two specified
- * data sets.
+ * Defines the NeighborSearch class, which performs an abstract
+ * nearest-neighbor-like query on two datasets.
  */
 #ifndef __MLPACK_METHODS_NEIGHBOR_SEARCH_NEIGHBOR_SEARCH_HPP
 #define __MLPACK_METHODS_NEIGHBOR_SEARCH_NEIGHBOR_SEARCH_HPP




More information about the mlpack-svn mailing list