robust_hclust: Robust version of hclust

Description Usage Arguments

View source: R/robust_hclust.R

Description

Robust version of hclust

Usage

1
2
3
4
5
6
7
robust_hclust(
  df,
  M = 2,
  Mmax = NULL,
  method = "single",
  M_init = min(floor(nrow(df)/2), 200)
)

Arguments

df

a data.frame

M

number

Mmax

Number

method

Method to pass to fastcluster::hclust.vector

M_init

Number


klutchnikoff/robustSL documentation built on Nov. 16, 2021, 5:33 p.m.