Merge branch 'dtree' of https://github.com/Yashwants19/mlpack into dtree

This commit is contained in:
Yashwant
2019-06-20 15:47:37 +05:30
@@ -611,7 +611,7 @@ double DecisionTree<FitnessFunction,
size_t bestDim = datasetInfo.Dimensionality(); // This means "no split".
const size_t end = dimensionSelector.End();
if(maximumDepth != 1)
if (maximumDepth != 1)
{
for (size_t i = dimensionSelector.Begin(); i != end;
i = dimensionSelector.Next())