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

Method CreateOrderedBin

src/io/ordered_sparse_bin.hpp:210–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209template <typename VAL_T>
210OrderedBin* 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_

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected