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