MCPcopy 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

19namespace LightGBM {
20
21enum BinType {
22 NumericalBin,
23 CategoricalBin
24};
25
26enum MissingType {
27 None,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected