% Generated by roxygen2: do not edit by hand % Please edit documentation in R/xgb.Booster.R \name{xgb.get.num.boosted.rounds} \alias{xgb.get.num.boosted.rounds} \alias{length.xgb.Booster} \title{Get number of boosting in a fitted booster} \usage{ xgb.get.num.boosted.rounds(model) \method{length}{xgb.Booster}(x) } \arguments{ \item{model, x}{A fitted \code{xgb.Booster} model.} } \value{ The number of rounds saved in the model, as an integer. } \description{ Get number of boosting in a fitted booster } \details{ Note that setting booster parameters related to training continuation / updates through \link{xgb.parameters<-} will reset the number of rounds to zero. }