R/rforest.tree.R

Defines functions rforest.tree

Documented in rforest.tree

rforest.tree <- function(formula, data, dimreduce = FALSE, ntree = 1, mtry = ncol(data), bootstrap = "none", ...)
{
  rforest(formula, data, ntree = ntree, mtry = mtry, bootstrap = bootstrap, dimreduce = dimreduce, ...)
}

Try the ranktreeEnsemble package in your browser

Any scripts or data that you put into this service are public.

ranktreeEnsemble documentation built on May 29, 2024, 5:05 a.m.