Skip to content

Commit

Permalink
rename InnerBag.hpp to SubsetInnerBag.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Dec 11, 2024
1 parent 0d09de6 commit 7c6b887
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion shared/libebm/DataSetBoosting.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include "bridge.h" // UIntMain

#include "InnerBag.hpp" // SubsetInnerBag
#include "SubsetInnerBag.hpp" // SubsetInnerBag
#include "TermInnerBag.hpp" // TermInnerBag

namespace DEFINED_ZONE_NAME {
Expand Down
2 changes: 1 addition & 1 deletion shared/libebm/InnerBag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "zones.h"

#include "ebm_internal.hpp"
#include "InnerBag.hpp"
#include "SubsetInnerBag.hpp"

namespace DEFINED_ZONE_NAME {
#ifndef DEFINED_ZONE_NAME
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion shared/libebm/include_ordering.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include "dataset_shared.hpp"
#include "DataSetBoosting.hpp" // depends on dataset_shared.hpp, Feature.hpp, Term.hpp
#include "DataSetInteraction.hpp" // depends on dataset_shared.hpp
#include "InnerBag.hpp" // depends on RandomDeterministic.hpp
#include "SubsetInnerBag.hpp" // depends on RandomDeterministic.hpp
#include "Tensor.hpp" // depends on Term.hpp and Feature.hpp
#include "TreeNode.hpp" // depends on Bin.hpp
#include "SplitPosition.hpp" // depends on Bin.hpp
Expand Down
2 changes: 1 addition & 1 deletion shared/libebm/libebm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<ClInclude Include="pch.hpp" />
<ClInclude Include="RandomNondeterministic.hpp" />
<ClInclude Include="RandomDeterministic.hpp" />
<ClInclude Include="InnerBag.hpp" />
<ClInclude Include="SubsetInnerBag.hpp" />
<ClInclude Include="Tensor.hpp" />
<ClInclude Include="TensorTotalsSum.hpp" />
<ClInclude Include="Transpose.hpp" />
Expand Down
2 changes: 1 addition & 1 deletion shared/libebm/libebm.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
<ClInclude Include="DataSetBoosting.hpp" />
<ClInclude Include="ebm_internal.hpp" />
<ClInclude Include="RandomDeterministic.hpp" />
<ClInclude Include="InnerBag.hpp" />
<ClInclude Include="Tensor.hpp" />
<ClInclude Include="TensorTotalsSum.hpp" />
<ClInclude Include="TreeNode.hpp" />
Expand Down Expand Up @@ -101,6 +100,7 @@
<ClInclude Include="pch.hpp" />
<ClInclude Include="TermInnerBag.hpp" />
<ClInclude Include="TreeNodeMulti.hpp" />
<ClInclude Include="SubsetInnerBag.hpp" />
</ItemGroup>
<ItemGroup>
<None Include="libebm_exports.def" />
Expand Down

0 comments on commit 7c6b887

Please sign in to comment.