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

Function Boosting

include/LightGBM/boosting.h:295–295  ·  view source on GitHub ↗

! \brief Disable copy */

Source from the content-addressed store, hash-verified

293 Boosting& operator=(const Boosting&) = delete;
294 /*! \brief Disable copy */
295 Boosting(const Boosting&) = delete;
296
297 static bool LoadFileToBoosting(Boosting* boosting, const char* filename);
298

Callers 5

boosting.hFile · 0.70
InitMethod · 0.50
ResetTrainingDataMethod · 0.50
RefitTreeMethod · 0.50
TrainOneIter_oldMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected