R/getSplitVariablesTree.R

getSplitVariablesTree <-
function(tree = matrix()) {
	ntNodes <- tree[ , "status"] != -1
	return(tree[ntNodes, "split var"])
}
adibender/rFtools documentation built on May 14, 2019, 5:13 a.m.