MCPcopy 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

ResetConfigMethod · 0.45
AddValidDataMethod · 0.45
LGBM_DatasetPushRowsFunction · 0.45
LGBM_DatasetGetSubsetFunction · 0.45
LGBM_DatasetGetNumDataFunction · 0.45
LoadDataMethod · 0.45
InitTrainMethod · 0.45
PredictMethod · 0.45
InitMethod · 0.45
ResetTrainingDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected