fix warnings

This commit is contained in:
hetong007 2015-02-09 18:38:23 -08:00
parent 25f508e43e
commit 7f3dc7cf7e
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,4 @@
setClass("xgb.Booster.handle")
setClass("xgb.Booster",
slots = c(handle = "xgb.Booster.handle",
raw = "raw"))

View File

@ -1,5 +1,3 @@
setClass("xgb.Booster.handle")
#' Predict method for eXtreme Gradient Boosting model handle
#'
#' Predicted values based on xgb.Booster.handle object.