20 lines
551 B
R
20 lines
551 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/xgb.DMatrix.R
|
|
\name{xgb.get.DMatrix.data}
|
|
\alias{xgb.get.DMatrix.data}
|
|
\title{Get DMatrix Data}
|
|
\usage{
|
|
xgb.get.DMatrix.data(dmat)
|
|
}
|
|
\arguments{
|
|
\item{dmat}{An \code{xgb.DMatrix} object, as returned by \code{\link[=xgb.DMatrix]{xgb.DMatrix()}}.}
|
|
}
|
|
\value{
|
|
The data held in the DMatrix, as a sparse CSR matrix (class \code{dgRMatrix}
|
|
from package \code{Matrix}). If it had feature names, these will be added as column names
|
|
in the output.
|
|
}
|
|
\description{
|
|
Get DMatrix Data
|
|
}
|