[mlpack-git] master: Update documentation. (54614ba)

gitdub at mlpack.org gitdub at mlpack.org
Fri Aug 5 13:28:12 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/0f4b25acd6aaa14294c044874ba6cc0751712baa...0a19d07bd39e6223991976474bc79671ba8aa0f0

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

commit 54614baee1591b6e7529c7da61fd7fa390ebb5e3
Author: MarcosPividori <marcos.pividori at gmail.com>
Date:   Fri Aug 5 14:25:00 2016 -0300

    Update documentation.


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

54614baee1591b6e7529c7da61fd7fa390ebb5e3
 src/mlpack/core/tree/spill_tree/spill_tree.hpp | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/mlpack/core/tree/spill_tree/spill_tree.hpp b/src/mlpack/core/tree/spill_tree/spill_tree.hpp
index 31f92a9..ac22be3 100644
--- a/src/mlpack/core/tree/spill_tree/spill_tree.hpp
+++ b/src/mlpack/core/tree/spill_tree/spill_tree.hpp
@@ -153,12 +153,11 @@ class SpillTree
             const double rho = 0.7);
 
   /**
-   * Construct this node as a child of the given parent, starting at column
-   * begin and using count points.  The ordering of that subset of points in the
-   * parent's data matrix will be modified!  This is used for recursive
-   * tree-building by the other constructors which don't specify point indices.
+   * Construct this node as a child of the given parent, including the given
+   * list of points.  This is used for recursive tree-building by the other
+   * constructors which don't specify point indices.
    *
-   * @param parent Parent of this node.  Its dataset will be modified!
+   * @param parent Parent of this node.
    * @param points Vector of indexes of points to be included in this node.
    * @param tau Overlapping size.
    * @param maxLeafSize Size of each leaf in the tree.
@@ -179,8 +178,8 @@ class SpillTree
   SpillTree(const SpillTree& other);
 
   /**
-   * Move constructor for a SpillTree; possess all the members of the
-   * given tree.
+   * Move constructor for a SpillTree; possess all the members of the given
+   * tree.
    *
    * @param other tree to be moved.
    */




More information about the mlpack-git mailing list