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

Method PushOneData

include/LightGBM/dataset.h:347–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 inline void PushOneData(int tid, data_size_t row_idx, int group, int sub_feature, double value) {
348 feature_groups_[group]->PushData(tid, sub_feature, row_idx, value);
349 }
350
351 inline int RealFeatureIndex(int fidx) const {
352 return real_feature_idx_[fidx];

Callers 1

Calls 1

PushDataMethod · 0.45

Tested by

no test coverage detected