resolving not-CRAN issues

This commit is contained in:
hetong007
2015-01-20 15:51:42 -08:00
parent eb01acfad8
commit 6901e90730
11 changed files with 15 additions and 12 deletions

View File

@@ -42,7 +42,8 @@
#' @examples
#' data(agaricus.train, package='xgboost')
#'
#' #Both dataset are list with two items, a sparse matrix and labels (labels = outcome column which will be learned).
#' #Both dataset are list with two items, a sparse matrix and labels
#' (labels = outcome column which will be learned).
#' #Each column of the sparse Matrix is a feature in one hot encoding format.
#' train <- agaricus.train
#'