16 lines
390 B
R
16 lines
390 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/xgb.plot.deepness.R
|
|
\name{get.paths.to.leaf}
|
|
\alias{get.paths.to.leaf}
|
|
\title{Extract path from root to leaf from data.table}
|
|
\usage{
|
|
get.paths.to.leaf(dt_tree)
|
|
}
|
|
\arguments{
|
|
\item{dt.tree}{data.table containing the nodes and edges of the trees}
|
|
}
|
|
\description{
|
|
Extract path from root to leaf from data.table
|
|
}
|
|
|