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

Method GetIterator

python-package/compile/src/io/dense_bin.hpp:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347
348template <typename VAL_T>
349BinIterator* DenseBin<VAL_T>::GetIterator(uint32_t min_bin, uint32_t max_bin, uint32_t default_bin) const {
350 return new DenseBinIterator<VAL_T>(this, min_bin, max_bin, default_bin);
351}
352
353} // namespace LightGBM
354#endif // LightGBM_IO_DENSE_BIN_HPP_

Callers 2

SubFeatureIteratorMethod · 0.45
FeatureGroupIteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected