|
Medial Code Documentation
|
Iterator for one bin column. More...
#include <bin.h>
Public Member Functions | |
| virtual uint32_t | Get (data_size_t idx)=0 |
| Get bin data on specific row index. | |
| virtual uint32_t | RawGet (data_size_t idx)=0 |
| virtual void | Reset (data_size_t idx)=0 |
Iterator for one bin column.
|
pure virtual |
Get bin data on specific row index.
| idx | Index of this data |
Implemented in LightGBM::DenseBinIterator< VAL_T >, LightGBM::Dense4bitsBinIterator, and LightGBM::SparseBinIterator< VAL_T >.