Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ BinType
Enum
BinType
include/LightGBM/bin.h:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
namespace LightGBM {
20
21
enum BinType {
22
NumericalBin,
23
CategoricalBin
24
};
25
26
enum MissingType {
27
None,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected