[mlpack-git] master: Documentation details. (d585b86)

gitdub at mlpack.org gitdub at mlpack.org
Tue Aug 23 15:58:25 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/1148f1652e139c9037eb3813550090313d089a30...a8a8a1381b529a01420de6e792a4a1e7bd58a626

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

commit d585b8659f2ec733c66c33996b1dc911d762bdbc
Author: MarcosPividori <marcos.pividori at gmail.com>
Date:   Thu Jul 28 13:34:59 2016 -0300

    Documentation details.


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

d585b8659f2ec733c66c33996b1dc911d762bdbc
 src/mlpack/methods/neighbor_search/neighbor_search.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mlpack/methods/neighbor_search/neighbor_search.hpp b/src/mlpack/methods/neighbor_search/neighbor_search.hpp
index bbb882c..e3871f3 100644
--- a/src/mlpack/methods/neighbor_search/neighbor_search.hpp
+++ b/src/mlpack/methods/neighbor_search/neighbor_search.hpp
@@ -246,7 +246,6 @@ class NeighborSearch
    * @endnote
    *
    * @param referenceTree Pre-built tree for reference points.
-   * @param referenceSet Set of reference points corresponding to referenceTree.
    * @param singleMode Whether single-tree computation should be used (as
    *      opposed to dual-tree computation).
    * @param epsilon Relative approximate error (non-negative).
@@ -304,6 +303,8 @@ class NeighborSearch
 
   /**
    * Set the reference tree to a new reference tree.
+   *
+   * @param referenceTree Pre-built tree for reference points.
    */
   void Train(Tree* referenceTree);
 




More information about the mlpack-git mailing list