23 lines
609 B
R
23 lines
609 B
R
% 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}
|
|
\title{Get number of boosting in a fitted booster}
|
|
\usage{
|
|
xgb.get.num.boosted.rounds(model)
|
|
}
|
|
\arguments{
|
|
\item{model}{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.
|
|
}
|