[mlpack-git] master: Fix -Wreorder. (e00a29a)

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


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

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

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

commit e00a29a71915a789fe1254a95bb9ee1f18c8c08e
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Nov 12 11:42:19 2015 -0500

    Fix -Wreorder.


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

e00a29a71915a789fe1254a95bb9ee1f18c8c08e
 src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp b/src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp
index c30f48f..e612272 100644
--- a/src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp
+++ b/src/mlpack/methods/hoeffding_trees/hoeffding_tree_impl.hpp
@@ -148,8 +148,8 @@ HoeffdingTree<FitnessFunction, NumericSplitType, CategoricalSplitType>::
     numSamples(other.numSamples),
     numClasses(other.numClasses),
     maxSamples(other.maxSamples),
-    minSamples(other.minSamples),
     checkInterval(other.checkInterval),
+    minSamples(other.minSamples),
     datasetInfo(new data::DatasetInfo(*other.datasetInfo)),
     ownsInfo(true),
     successProbability(other.successProbability),



More information about the mlpack-git mailing list