From 92652bffa1b42f21764c3eb19b82fa229aa409a3 Mon Sep 17 00:00:00 2001 From: El Potaeto Date: Thu, 5 Feb 2015 00:01:13 +0100 Subject: [PATCH] wording --- R-package/R/xgb.model.dt.tree.R | 2 +- R-package/man/xgb.model.dt.tree.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R-package/R/xgb.model.dt.tree.R b/R-package/R/xgb.model.dt.tree.R index 42ca8237b..39d51d942 100644 --- a/R-package/R/xgb.model.dt.tree.R +++ b/R-package/R/xgb.model.dt.tree.R @@ -39,7 +39,7 @@ #' \item \code{Cover}: metric to measure the number of observation affected by the split ; #' \item \code{Tree}: ID of the tree. It is included in the main ID ; #' \item \code{Yes.X} or \code{No.X}: data related to the pointer in \code{Yes} or \code{No} column ; -#' \item \code{Included}: \code{boolean} value which indicates if this value has been pointed by a Yes branch (\code{True}) or a No branch (\code{False}) ; +#' \item \code{Included}: \code{boolean} value which indicates if this feature has been pointed by a Yes branch (\code{True}) or a No branch (\code{False}) ; #' } #' #' @examples diff --git a/R-package/man/xgb.model.dt.tree.Rd b/R-package/man/xgb.model.dt.tree.Rd index 31910cc49..105724471 100644 --- a/R-package/man/xgb.model.dt.tree.Rd +++ b/R-package/man/xgb.model.dt.tree.Rd @@ -40,7 +40,7 @@ The content of the \code{data.table} is organised that way: \item \code{Cover}: metric to measure the number of observation affected by the split ; \item \code{Tree}: ID of the tree. It is included in the main ID ; \item \code{Yes.X} or \code{No.X}: data related to the pointer in \code{Yes} or \code{No} column ; - \item \code{Included}: \code{boolean} value which indicates if this value has been pointed by a Yes branch (\code{True}) or a No branch (\code{False}) ; + \item \code{Included}: \code{boolean} value which indicates if this feature has been pointed by a Yes branch (\code{True}) or a No branch (\code{False}) ; } } \examples{