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
f46f8b2a
Unverified
Commit
f46f8b2a
authored
May 08, 2019
by
Guolin Ke
Committed by
GitHub
May 08, 2019
Browse files
fix warning
parent
46d21476
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/LightGBM/objective_function.h
include/LightGBM/objective_function.h
+1
-1
No files found.
include/LightGBM/objective_function.h
View file @
f46f8b2a
...
@@ -43,7 +43,7 @@ class ObjectiveFunction {
...
@@ -43,7 +43,7 @@ class ObjectiveFunction {
virtual
bool
IsRenewTreeOutput
()
const
{
return
false
;
}
virtual
bool
IsRenewTreeOutput
()
const
{
return
false
;
}
virtual
double
RenewTreeOutput
(
double
ori_output
,
std
::
function
<
double
(
const
label_t
*
,
int
)
>
residual_getter
,
virtual
double
RenewTreeOutput
(
double
ori_output
,
std
::
function
<
double
(
const
label_t
*
,
int
)
>
,
const
data_size_t
*
,
const
data_size_t
*
,
const
data_size_t
*
,
const
data_size_t
*
,
data_size_t
)
const
{
return
ori_output
;
}
data_size_t
)
const
{
return
ori_output
;
}
...
...
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