bootstrapHclust {MLGL}R Documentation

Hierarchical Clustering with distance matrix computed using bootstrap replicates

Description

Hierarchical Clustering with distance matrix computed using bootstrap replicates

Usage

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

hc <- bootstrapHclust(USArrests, nCore = 1)

[Package MLGL version 1.0.0 Index]