[mlpack-git] master: Minor grammar/spelling fixes. (d16d24f)

gitdub at mlpack.org gitdub at mlpack.org
Wed Aug 31 08:37:36 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/96dc228a1cf7077e3ec00e420a62edec3b10daac...d16d24f8675f17234087e9cbf0361c9914c656cb

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

commit d16d24f8675f17234087e9cbf0361c9914c656cb
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Aug 31 08:37:36 2016 -0400

    Minor grammar/spelling fixes.


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

d16d24f8675f17234087e9cbf0361c9914c656cb
 src/mlpack/methods/neighbor_search/neighbor_search.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/methods/neighbor_search/neighbor_search.hpp b/src/mlpack/methods/neighbor_search/neighbor_search.hpp
index 0f92339..e57d802 100644
--- a/src/mlpack/methods/neighbor_search/neighbor_search.hpp
+++ b/src/mlpack/methods/neighbor_search/neighbor_search.hpp
@@ -265,7 +265,7 @@ class NeighborSearch
    * Deprecated. Will be removed in mlpack 3.0.0.
    *
    * This method won't take ownership of the given tree. There is no copying of
-   * the data matrices in this constructor (because  tree-building is not
+   * the data matrices in this constructor (because tree-building is not
    * necessary), so this is the constructor to use when copies absolutely must
    * be avoided.
    *
@@ -336,7 +336,7 @@ class NeighborSearch
    * Set the reference tree to a new reference tree.
    *
    * This method is deprecated and will be removed in mlpack 3.0.0! Train()
-   * methods taking a reference to the reference tree are prefered.
+   * methods taking a reference to the reference tree are preferred.
    *
    * @param referenceTree Pre-built tree for reference points.
    */
@@ -391,7 +391,7 @@ class NeighborSearch
    * being searched for.
    *
    * This method is deprecated and will be removed in mlpack 3.0.0! The Search()
-   * method taking a reference to the query tree is prefered.
+   * method taking a reference to the query tree is preferred.
    *
    * Note that if you are calling Search() multiple times with a single query
    * tree, you need to reset the bounds in the statistic of each query node,




More information about the mlpack-git mailing list