knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
options(tibble.print_min = 5, tibble.print_max = 5)

robustSL

Overview

This package implements the clustering algorithm proposed in Klutchnikoff, Poterie, Rouvière (2020). Based on a new interpretation of the dendrogram produced by the AHC (in term of minimal distance) it can be viewed as a robust version of the single linkage algorithm. (see arxiv://xxxxx for more details.)

Install

How do you install the latest version of robustSL available on GitHub?

if (!require("devtools")) install.packages("devtools")
devtools::install_github("klutchnikoff/robustSL", build_vignettes = TRUE)

Usage

Read the vignette

vignette("example", package = "robustSL")


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