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

Method num_queries

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

! * \brief Get Number of queries * \return Number of queries */

Source from the content-addressed store, hash-verified

176 * \return Number of queries
177 */
178 inline data_size_t num_queries() const { return num_queries_; }
179
180 /*!
181 * \brief Get weights for queries, if not exists, will return nullptr

Callers 7

InitMethod · 0.45
LoadFromBinFileMethod · 0.45
LoadTextDataToMemoryMethod · 0.45
GetIntFieldMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected