Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ num_data
Method
num_data
src/io/dense_bin.hpp:283–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
data_size_t num_data() const override { return num_data_; }
284
285
/*! \brief not ordered bin for dense feature */
286
OrderedBin* CreateOrderedBin() const override { return nullptr; }
Callers
15
CreateObjectiveAndMetrics
Method · 0.45
ResetConfig
Method · 0.45
AddValidData
Method · 0.45
LGBM_DatasetPushRows
Function · 0.45
LGBM_DatasetPushRowsByCSR
Function · 0.45
LGBM_DatasetGetSubset
Function · 0.45
LGBM_DatasetGetNumData
Function · 0.45
LoadData
Method · 0.45
InitTrain
Method · 0.45
Predict
Method · 0.45
Init
Method · 0.45
ResetTrainingData
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected