bootstrapHclust: Hierarchical Clustering with distance matrix computed using...

Description Usage Arguments Value Examples

View source: R/MLGL.R

Description

Hierarchical Clustering with distance matrix computed using bootstrap replicates

Usage

1
bootstrapHclust(X, frac = 1, B = 50, method = "ward.D2", nCore = NULL)

Arguments

X

data

frac

fraction of sample used at each replicate

B

number of replicates

method

desired method: "single", "complete", "average", "mcquitty", "ward.D", "ward.D2", "centroid", "median".

nCore

number of cores

Value

An object of class hclust

Examples

1
hc <- bootstrapHclust(USArrests, nCore = 1)

MLGL documentation built on Dec. 31, 2019, 3 a.m.