fix warnings
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
setClass("xgb.Booster.handle")
|
||||||
setClass("xgb.Booster",
|
setClass("xgb.Booster",
|
||||||
slots = c(handle = "xgb.Booster.handle",
|
slots = c(handle = "xgb.Booster.handle",
|
||||||
raw = "raw"))
|
raw = "raw"))
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
setClass("xgb.Booster.handle")
|
|
||||||
|
|
||||||
#' Predict method for eXtreme Gradient Boosting model handle
|
#' Predict method for eXtreme Gradient Boosting model handle
|
||||||
#'
|
#'
|
||||||
#' Predicted values based on xgb.Booster.handle object.
|
#' Predicted values based on xgb.Booster.handle object.
|
||||||
|
|||||||
Reference in New Issue
Block a user