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

Method ResetNumData

src/treelearner/leaf_splits.hpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 data_indices_(nullptr) {
25 }
26 void ResetNumData(data_size_t num_data) {
27 num_data_ = num_data;
28 num_data_in_leaf_ = num_data;
29 }
30 ~LeafSplits() {
31 }
32

Callers 2

ResetTrainingDataMethod · 0.45
ResetTrainingDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected