Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
93d7864d
Commit
93d7864d
authored
Feb 25, 2017
by
zhangyafeikimi
Committed by
Guolin Ke
Mar 01, 2017
Browse files
fix typos and comments (#318)
parent
a4c022a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
include/LightGBM/bin.h
include/LightGBM/bin.h
+1
-2
No files found.
include/LightGBM/bin.h
View file @
93d7864d
...
...
@@ -177,7 +177,7 @@ public:
(this logic was build for bagging logic)
* \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_i
n
dices
,
data_size_t
num_leaves
)
=
0
;
/*!
* \brief Construct histogram by using this bin
...
...
@@ -208,7 +208,6 @@ class BinIterator {
public:
/*!
* \brief Get bin data on specific row index
* \param tid thread_id
* \param idx Index of this data
* \return Bin data
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment