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

Method Dataset

python-package/compile/src/io/dataset.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21const char* Dataset::binary_file_token = "______LightGBM_Binary_File_Token______\n";
22
23Dataset::Dataset() {
24 data_filename_ = "noname";
25 num_data_ = 0;
26 is_finish_load_ = false;
27}
28
29Dataset::Dataset(data_size_t num_data) {
30 CHECK(num_data > 0);

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.80
InitMethod · 0.45

Tested by

no test coverage detected