| 347 | |
| 348 | template <typename VAL_T> |
| 349 | BinIterator* 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_ |
no outgoing calls
no test coverage detected