Tree, specified as an ntree, dtree,
or wptree object.
Tree nodes, specified as a column vector that contains indices of the
nodes or a matrix that contains the depths and positions of the nodes. If
specified as a matrix, n(i,1) and
n(i,2) are the depth and
position, respectively, of the ith node.
Terminal node test results, returned as a vector of nonnegative integers.
If n(i,:) is a
terminal node in the tree t, then
r(i) is
the rank of the node. Otherwise,
r(i)
equals 0.