Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
template<typename VAL_T>
329
DenseBin<VAL_T>* DenseBin<VAL_T>::Clone() {
330
return new DenseBin<VAL_T>(*this);
331
}
332
333
template <typename VAL_T>
334
uint32_t DenseBinIterator<VAL_T>::Get(data_size_t idx) {
Callers
1
FeatureGroup
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected