fix comment style

This commit is contained in:
Samikshya Chand
2017-06-27 11:04:50 +05:30
committed by GitHub
parent 8f8723b705
commit c8ca4e7706
@@ -237,7 +237,7 @@ class HoeffdingTree
*/
template<typename VecType>
size_t Classify(const VecType& point) const;
//! Get the size of the Hoeffding tree.
// Get the size of the Hoeffding tree.
size_t NumDescendants();
/**