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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Feb 24 11:20:57 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/9d8462ce094e5c4403f39cc8e335f5a8ae963223...750018deea47095152b4feb2c0760b34ea5543da

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

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

    Update TREE_EXPLANATION.txt
    
    Small typo


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

fbfc93802f03456432198c6ccd41b4a03c2d5970
 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