doc
This commit is contained in:
parent
9d1d76532d
commit
240c314ac0
@ -1,8 +1,9 @@
|
|||||||
setGeneric("nrow")
|
setGeneric("nrow")
|
||||||
|
|
||||||
#' @param x Object of class \code{xgb.DMatrix}
|
|
||||||
#' @title Number of xgb.DMatrix rows
|
#' @title Number of xgb.DMatrix rows
|
||||||
#' @description \code{nrow} return the number of rows present in the \code{xgb.DMatrix}.
|
#' @description \code{nrow} return the number of rows present in the \code{xgb.DMatrix}.
|
||||||
|
#' @param x Object of class \code{xgb.DMatrix}
|
||||||
|
#'
|
||||||
#' @examples
|
#' @examples
|
||||||
#' data(agaricus.train, package='xgboost')
|
#' data(agaricus.train, package='xgboost')
|
||||||
#' train <- agaricus.train
|
#' train <- agaricus.train
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user