[R] docs update - callbacks and parameter style
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
\alias{xgb.DMatrix.save}
|
||||
\title{Save xgb.DMatrix object to binary file}
|
||||
\usage{
|
||||
xgb.DMatrix.save(DMatrix, fname)
|
||||
xgb.DMatrix.save(dmatrix, fname)
|
||||
}
|
||||
\arguments{
|
||||
\item{DMatrix}{the DMatrix object}
|
||||
\item{dmatrix}{the \code{xgb.DMatrix} object}
|
||||
|
||||
\item{fname}{the name of the binary file.}
|
||||
\item{fname}{the name of the file to write.}
|
||||
}
|
||||
\description{
|
||||
Save xgb.DMatrix object to binary file
|
||||
|
||||
Reference in New Issue
Block a user