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

Method NumModelPerIteration

src/boosting/gbdt.h:333–333  ·  view source on GitHub ↗

! * \brief Get number of tree per iteration * \return number of tree per iteration */

Source from the content-addressed store, hash-verified

331 * \return number of tree per iteration
332 */
333 inline int NumModelPerIteration() const override { return num_tree_per_iteration_; }
334
335 /*!
336 * \brief Get number of classes

Callers 4

InitMethod · 0.45
ResetTrainingDataMethod · 0.45
EvalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected