diff --git a/src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp b/src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp index f494ff343e..67af23a722 100644 --- a/src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp +++ b/src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp @@ -237,7 +237,7 @@ class HoeffdingTree */ template size_t Classify(const VecType& point) const; - //! Get the size of the Hoeffding tree. + // Get the size of the Hoeffding tree. size_t NumDescendants(); /**