R/getSplitVariablesForest.R

getSplitVariablesForest <-
function(rFobject) {
	
	lapply(seq_len(rFobject$ntree),
		function(z) getSplitVariablesTree(getTree(rFobject, z)))

}
adibender/rFtools documentation built on May 14, 2019, 5:13 a.m.