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
5a483a8d
"git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "676c95fb278371d92247a6de905a4f9416375832"
Commit
5a483a8d
authored
Nov 11, 2016
by
Guolin Ke
Browse files
warning fixed
parent
bbb528d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/io/dataset_loader.cpp
src/io/dataset_loader.cpp
+1
-1
No files found.
src/io/dataset_loader.cpp
View file @
5a483a8d
...
...
@@ -9,7 +9,7 @@
namespace
LightGBM
{
DatasetLoader
::
DatasetLoader
(
const
IOConfig
&
io_config
,
const
PredictFunction
&
predict_fun
)
:
io_config_
(
io_config
),
predict_fun_
(
predict_fun
),
random_
(
io_config_
.
data_random_seed
){
:
io_config_
(
io_config
),
random_
(
io_config_
.
data_random_seed
)
,
predict_fun_
(
predict_fun
)
{
}
...
...
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