[mlpack-git] master: Remove debugging output. (fae71d0)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 23 11:42:26 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/de9cc4b05069e1fa4793d9355f2f595af5ff45d2...6070527af14296cd99739de6c62666cc5d2a2125

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

commit fae71d0040078f21c97962fbc1793f33657da5f6
Author: ryan <ryan at ratml.org>
Date:   Tue Sep 22 16:12:03 2015 -0400

    Remove debugging output.


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

fae71d0040078f21c97962fbc1793f33657da5f6
 src/mlpack/methods/hoeffding_trees/hoeffding_split_impl.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_split_impl.hpp b/src/mlpack/methods/hoeffding_trees/hoeffding_split_impl.hpp
index c8fc1df..959a628 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_split_impl.hpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_split_impl.hpp
@@ -118,7 +118,6 @@ size_t HoeffdingSplit<
     if (datasetInfo.Type(largestIndex) == data::Datatype::categorical)
     {
       // I don't know if this should be here.
-      std::cout << "split: largest index " << largestIndex << ".\n";
       majorityClass = categoricalSplits[largestIndex].MajorityClass();
       return datasetInfo.NumMappings(largestIndex);
     }



More information about the mlpack-git mailing list