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

Method Clone

src/io/dense_bin.hpp:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327
328template<typename VAL_T>
329DenseBin<VAL_T>* DenseBin<VAL_T>::Clone() {
330 return new DenseBin<VAL_T>(*this);
331}
332
333template <typename VAL_T>
334uint32_t DenseBinIterator<VAL_T>::Get(data_size_t idx) {

Callers 1

FeatureGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected