R/xgboost.R
print.xgboost.Rd
打印 XGBoost 模型对象的基本属性。
# S3 method for class 'xgboost' print(x, ...)
一个类为 xgboost 的 XGBoost 模型对象,由函数 xgboost() 生成。
xgboost
xgboost()
未使用。
打印其信息后,返回同一个对象 x。
x