R/treeClust.control.R

treeClust.control <- function (return.trees = FALSE, return.mat = TRUE, 
   return.dists = FALSE, return.newdata = FALSE, cluster.only = FALSE, 
       serule = 0, DevRatThreshold = 1, parallelnodes = 1, ...) 
{
    list(return.trees = return.trees, return.mat = return.mat, 
        return.dists = return.dists, cluster.only = cluster.only, 
        return.newdata = return.newdata, serule = serule, 
        DevRatThreshold = DevRatThreshold,
        parallelnodes = parallelnodes, ...)
}

Try the treeClust package in your browser

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

treeClust documentation built on May 1, 2019, 7:59 p.m.