| 208 | |
| 209 | template <typename VAL_T> |
| 210 | OrderedBin* SparseBin<VAL_T>::CreateOrderedBin() const { |
| 211 | return new OrderedSparseBin<VAL_T>(this); |
| 212 | } |
| 213 | |
| 214 | } // namespace LightGBM |
| 215 | #endif // LightGBM_IO_ORDERED_SPARSE_BIN_HPP_ |
nothing calls this directly
no outgoing calls
no test coverage detected