From c8ca4e7706a5ad37662fe438e203b0ffbba464da Mon Sep 17 00:00:00 2001 From: Samikshya Chand Date: Tue, 27 Jun 2017 11:04:50 +0530 Subject: [PATCH] fix comment style --- src/mlpack/methods/hoeffding_trees/hoeffding_tree.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); /**