[mlpack-git] master: Detail in the documentation of BaseCase(). (e52aae6)
gitdub at mlpack.org
gitdub at mlpack.org
Tue Jul 26 21:22:08 EDT 2016
Repository : https://github.com/mlpack/mlpack
On branch : master
Link : https://github.com/mlpack/mlpack/compare/ef51b032f275266f781d42b9bd0aa50aa26a3077...8522b04c3d9a82fb7e964bafd72e70f0cd30bf4b
>---------------------------------------------------------------
commit e52aae63607c61871ff7a331469aa5247d3b5a21
Author: MarcosPividori <marcos.pividori at gmail.com>
Date: Thu Jul 21 13:04:36 2016 -0300
Detail in the documentation of BaseCase().
>---------------------------------------------------------------
e52aae63607c61871ff7a331469aa5247d3b5a21
src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp b/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp
index 8dead33..25e7175 100644
--- a/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp
+++ b/src/mlpack/methods/neighbor_search/neighbor_search_rules.hpp
@@ -60,7 +60,7 @@ class NeighborSearchRules
/**
* Get the distance from the query point to the reference point.
- * This will update the "neighbor" matrix with the new point if appropriate
+ * This will update the list of candidates with the new point if appropriate
* and will track the number of base cases (number of points evaluated).
*
* @param queryIndex Index of query point.
More information about the mlpack-git
mailing list