This commit is contained in:
El Potaeto
2015-02-05 00:03:39 +01:00
parent 92652bffa1
commit b7526671ba
2 changed files with 2 additions and 2 deletions

View File

@@ -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 feature 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}). By convention stem feature is always included ;
#' }
#'
#' @examples