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

Method CountLine

include/LightGBM/utils/text_reader.h:231–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 INDEX_T CountLine() {
232 return ReadAllAndProcess(
233 [=](INDEX_T, const char*, size_t) {
234 });
235 }
236
237 INDEX_T ReadAllAndProcessParallelWithFilter(const std::function<void(INDEX_T, const std::vector<std::string>&)>& process_fun, const std::function<bool(INDEX_T, INDEX_T)>& filter_fun) {
238 last_line_ = "";

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected