Commit 93d7864d authored by zhangyafeikimi's avatar zhangyafeikimi Committed by Guolin Ke
Browse files

fix typos and comments (#318)

parent a4c022a7
...@@ -177,7 +177,7 @@ public: ...@@ -177,7 +177,7 @@ public:
(this logic was build for bagging logic) (this logic was build for bagging logic)
* \param num_leaves Number of leaves on this iteration * \param num_leaves Number of leaves on this iteration
*/ */
virtual void Init(const char* used_idices, data_size_t num_leaves) = 0; virtual void Init(const char* used_indices, data_size_t num_leaves) = 0;
/*! /*!
* \brief Construct histogram by using this bin * \brief Construct histogram by using this bin
...@@ -208,7 +208,6 @@ class BinIterator { ...@@ -208,7 +208,6 @@ class BinIterator {
public: public:
/*! /*!
* \brief Get bin data on specific row index * \brief Get bin data on specific row index
* \param tid thread_id
* \param idx Index of this data * \param idx Index of this data
* \return Bin data * \return Bin data
*/ */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment