style changes

This commit is contained in:
Samikshya Chand
2017-06-22 18:51:22 +00:00
committed by GitHub
parent 3ffad89102
commit 14bfe7eb5f
@@ -502,10 +502,13 @@ size_t HoeffdingTree<
return 0; // Not sure what to do here...
}
template<typename FitnessFunction,
template<typename> class NumericSplitType,
template<typename> class CategoricalSplitType>
size_t mlpack::tree::HoeffdingTree<FitnessFunction,
template<
typename FitnessFunction,
template<typename> class NumericSplitType,
template<typename> class CategoricalSplitType
>
size_t mlpack::tree::HoeffdingTree<
FitnessFunction,
NumericSplitType,
CategoricalSplitType
>::NumDescendants()