[mlpack-git] master: Update TREE_EXPLANATION.txt (d5f5b9b)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:16:51 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit d5f5b9b3cded20e68e71de5ac1956d169cb7552f
Author: hritik25 <hritik.jain.cse13 at itbhu.ac.in>
Date:   Sat Feb 21 03:46:41 2015 +0530

    Update TREE_EXPLANATION.txt
    
    Small typo


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

d5f5b9b3cded20e68e71de5ac1956d169cb7552f
 src/mlpack/core/tree/TREE_EXPLANATION.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/tree/TREE_EXPLANATION.txt b/src/mlpack/core/tree/TREE_EXPLANATION.txt
index 5c3616d..5ff66f4 100644
--- a/src/mlpack/core/tree/TREE_EXPLANATION.txt
+++ b/src/mlpack/core/tree/TREE_EXPLANATION.txt
@@ -20,7 +20,7 @@ There are also a few miscellanious items for tracking data about the tree and qu
 Below is a more detailed description and the name of the file(s) with the applicable
 functionality.  All names are given relative to .../mlpack/src/mlpack/core/tree/ :
       Bounds. 
-      	      Bounds are used to record the possible location so points in a node.  This is used
+      	      Bounds are used to record the possible location of points in a node.  This is used
 	      to allow more aggressive pruning of the tree while searching.
 	      
 	      See files: ballbound.hpp, ballbound_impl.hpp, bounds.hpp, hrectbound.hpp,



More information about the mlpack-git mailing list