18 lines
508 B
R
18 lines
508 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/xgb.DMatrix.R
|
|
\name{xgb.get.DMatrix.num.non.missing}
|
|
\alias{xgb.get.DMatrix.num.non.missing}
|
|
\title{Get Number of Non-Missing Entries in DMatrix}
|
|
\usage{
|
|
xgb.get.DMatrix.num.non.missing(dmat)
|
|
}
|
|
\arguments{
|
|
\item{dmat}{An \code{xgb.DMatrix} object, as returned by \code{\link[=xgb.DMatrix]{xgb.DMatrix()}}.}
|
|
}
|
|
\value{
|
|
The number of non-missing entries in the DMatrix.
|
|
}
|
|
\description{
|
|
Get Number of Non-Missing Entries in DMatrix
|
|
}
|