[mlpack-git] master: Tiny spelling fix. (7983ad4)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Apr 23 14:42:13 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/3ad38770911c7b9840901f0934bd1a81c2249046...9763c578d44db92496c044bbda812cf1af49b9a8

>---------------------------------------------------------------

commit 7983ad406124b163b1a2ebb2e672e6de4053e055
Author: ryan <ryan at ratml.org>
Date:   Thu Apr 23 10:40:55 2015 -0400

    Tiny spelling fix.


>---------------------------------------------------------------

7983ad406124b163b1a2ebb2e672e6de4053e055
 src/mlpack/methods/rann/ra_search.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/rann/ra_search.hpp b/src/mlpack/methods/rann/ra_search.hpp
index 6f5b1d2..ae2cfe0 100644
--- a/src/mlpack/methods/rann/ra_search.hpp
+++ b/src/mlpack/methods/rann/ra_search.hpp
@@ -30,7 +30,7 @@
 /**
  * The RASearch class: This class provides a generic manner to perform
  * rank-approximate search via random-sampling. If the 'naive' option is chosen,
- * this rank-approximate search will be done by randomly sampled from the whole
+ * this rank-approximate search will be done by randomly sampling from the whole
  * set. If the 'naive' option is not chosen, the sampling is done in a
  * stratified manner in the tree as mentioned in the algorithms in Figure 2 of
  * the following paper:



More information about the mlpack-git mailing list