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

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


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

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

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

commit 0dc2bf5bac8b7a78d551c3299a1c9a8ef16d34bc
Author: ryan <ryan at ratml.org>
Date:   Thu Oct 8 17:13:17 2015 -0400

    Remove debugging output.


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

0dc2bf5bac8b7a78d551c3299a1c9a8ef16d34bc
 src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp b/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp
index d93e3ac..b189c9c 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_categorical_split_impl.hpp
@@ -36,7 +36,6 @@ template<typename FitnessFunction>
 double HoeffdingCategoricalSplit<FitnessFunction>::EvaluateFitnessFunction()
     const
 {
-  Log::Debug << sufficientStatistics.t();
   return FitnessFunction::Evaluate(sufficientStatistics);
 }
 



More information about the mlpack-git mailing list