new included feature in dt.tree function

This commit is contained in:
El Potaeto
2015-02-04 23:59:53 +01:00
parent 451944c52b
commit 9f5889f1e3
3 changed files with 9 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ The content of the \code{data.table} is organised that way:
\item \code{Quality}: it's the gain related to the split in this specific node ;
\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}) ;
}
}
\examples{