[mlpack-git] master: Fix comment. (722d211)

gitdub at mlpack.org gitdub at mlpack.org
Tue Aug 16 14:36:20 EDT 2016


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

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

commit 722d2115d5e43fb0f56c12b97b79649ca8b9f45d
Author: MarcosPividori <marcos.pividori at gmail.com>
Date:   Tue Aug 16 15:36:20 2016 -0300

    Fix comment.


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

722d2115d5e43fb0f56c12b97b79649ca8b9f45d
 src/mlpack/core/tree/space_split/hyperplane.hpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mlpack/core/tree/space_split/hyperplane.hpp b/src/mlpack/core/tree/space_split/hyperplane.hpp
index 8a459a2..b64e54a 100644
--- a/src/mlpack/core/tree/space_split/hyperplane.hpp
+++ b/src/mlpack/core/tree/space_split/hyperplane.hpp
@@ -140,8 +140,7 @@ using AxisOrthogonalHyperplane = HyperplaneBase<bound::HRectBound<MetricType>,
     AxisParallelProjVector>;
 
 /**
- * AxisOrthogonalHyperplane represents a general hyperplane (not necessarily
- * axis-orthogonal).
+ * Hyperplane represents a general hyperplane (not necessarily axis-orthogonal).
  */
 template<typename MetricType>
 using Hyperplane = HyperplaneBase<bound::BallBound<MetricType>, ProjVector>;




More information about the mlpack-git mailing list