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
b25bbcc2
Commit
b25bbcc2
authored
Oct 31, 2016
by
Guolin Ke
Browse files
change type for init_score
parent
d1ac71e1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/io/sparse_bin.hpp
src/io/sparse_bin.hpp
+1
-1
No files found.
src/io/sparse_bin.hpp
View file @
b25bbcc2
...
...
@@ -54,7 +54,7 @@ public:
void
ConstructHistogram
(
data_size_t
*
,
data_size_t
,
const
score_t
*
,
const
score_t
*
,
HistogramBinEntry
*
)
const
override
{
// Will use OrderedSparseBin->ConstructHistogram() instead
Log
::
Info
(
"Should use OrderedSparseBin->ConstructHistogram() instead"
);
Log
::
Fatal
(
"Should use OrderedSparseBin->ConstructHistogram() instead"
);
}
data_size_t
Split
(
unsigned
int
threshold
,
data_size_t
*
data_indices
,
data_size_t
num_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