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

Method BinMapper

python-package/compile/src/io/bin.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace LightGBM {
21
22 BinMapper::BinMapper(): num_bin_(1), is_trivial_(true), bin_type_(BinType::NumericalBin) {
23 bin_upper_bound_.clear();
24 bin_upper_bound_.push_back(std::numeric_limits<double>::infinity());
25 }
26
27 // deep copy function for BinMapper
28 BinMapper::BinMapper(const BinMapper& other) {

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected