MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / is_null

Method is_null

include/LightGBM/json11.hpp:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 Type type() const;
115
116 bool is_null() const { return type() == NUL; }
117 bool is_number() const { return type() == NUMBER; }
118 bool is_bool() const { return type() == BOOL; }
119 bool is_string() const { return type() == STRING; }

Callers 4

TrainMethod · 0.45
ForceSplitsMethod · 0.45
TrainMethod · 0.45
ForceSplitsMethod · 0.45

Calls 1

typeEnum · 0.85

Tested by

no test coverage detected