R/getMAFofSplitVariablesForest.R

getMAFofSplitVariablesForest <- function(splitVariablesForest = list(), ...) {
	
	sapply(splitVariablesForest, getMAFofSplitVariablesTree, ...)
	
}
adibender/rFtools documentation built on May 14, 2019, 5:13 a.m.