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
1a35083a
Commit
1a35083a
authored
Jan 12, 2018
by
Guolin Ke
Browse files
add file to vc project.
parent
3a665f62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
windows/LightGBM.vcxproj
windows/LightGBM.vcxproj
+2
-0
windows/LightGBM.vcxproj.filters
windows/LightGBM.vcxproj.filters
+6
-0
No files found.
windows/LightGBM.vcxproj
View file @
1a35083a
...
@@ -230,12 +230,14 @@
...
@@ -230,12 +230,14 @@
<ClInclude
Include=
"..\src\metric\rank_metric.hpp"
/>
<ClInclude
Include=
"..\src\metric\rank_metric.hpp"
/>
<ClInclude
Include=
"..\src\metric\regression_metric.hpp"
/>
<ClInclude
Include=
"..\src\metric\regression_metric.hpp"
/>
<ClInclude
Include=
"..\src\metric\multiclass_metric.hpp"
/>
<ClInclude
Include=
"..\src\metric\multiclass_metric.hpp"
/>
<ClInclude
Include=
"..\src\metric\xentropy_metric.hpp"
/>
<ClInclude
Include=
"..\src\network\linkers.h"
/>
<ClInclude
Include=
"..\src\network\linkers.h"
/>
<ClInclude
Include=
"..\src\network\socket_wrapper.hpp"
/>
<ClInclude
Include=
"..\src\network\socket_wrapper.hpp"
/>
<ClInclude
Include=
"..\src\objective\binary_objective.hpp"
/>
<ClInclude
Include=
"..\src\objective\binary_objective.hpp"
/>
<ClInclude
Include=
"..\src\objective\rank_objective.hpp"
/>
<ClInclude
Include=
"..\src\objective\rank_objective.hpp"
/>
<ClInclude
Include=
"..\src\objective\regression_objective.hpp"
/>
<ClInclude
Include=
"..\src\objective\regression_objective.hpp"
/>
<ClInclude
Include=
"..\src\objective\multiclass_objective.hpp"
/>
<ClInclude
Include=
"..\src\objective\multiclass_objective.hpp"
/>
<ClInclude
Include=
"..\src\objective\xentropy_objective.hpp"
/>
<ClInclude
Include=
"..\src\treelearner\data_partition.hpp"
/>
<ClInclude
Include=
"..\src\treelearner\data_partition.hpp"
/>
<ClInclude
Include=
"..\src\treelearner\feature_histogram.hpp"
/>
<ClInclude
Include=
"..\src\treelearner\feature_histogram.hpp"
/>
<ClInclude
Include=
"..\src\treelearner\leaf_splits.hpp"
/>
<ClInclude
Include=
"..\src\treelearner\leaf_splits.hpp"
/>
...
...
windows/LightGBM.vcxproj.filters
View file @
1a35083a
...
@@ -195,6 +195,12 @@
...
@@ -195,6 +195,12 @@
<ClInclude
Include=
"..\src\boosting\rf.hpp"
>
<ClInclude
Include=
"..\src\boosting\rf.hpp"
>
<Filter>
src\boosting
</Filter>
<Filter>
src\boosting
</Filter>
</ClInclude>
</ClInclude>
<ClInclude
Include=
"..\src\objective\xentropy_objective.hpp"
>
<Filter>
src\objective
</Filter>
</ClInclude>
<ClInclude
Include=
"..\src\metric\xentropy_metric.hpp"
>
<Filter>
src\metric
</Filter>
</ClInclude>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\src\application\application.cpp"
>
<ClCompile
Include=
"..\src\application\application.cpp"
>
...
...
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