hclust_wss: Hiearchical clustering with for within cluster SSs screeplot...

View source: R/modelling.R

hclust_wssR Documentation

Hiearchical clustering with for within cluster SSs screeplot for easier cluster number selection wrapper function of 'fastcluster' package method hclust (for matrix) and hclust.vector(for vector)

Description

Hiearchical clustering with for within cluster SSs screeplot for easier cluster number selection wrapper function of 'fastcluster' package method hclust (for matrix) and hclust.vector(for vector)

Usage

hclust_wss(x, method = "ward", max_clust = 10, members = NULL, visual = TRUE)

Arguments

x

an (N×D) matrix of 'double' values: N observations in D variables.

method

the agglomeration method to be used. This must be (an unambiguous abbreviation of) one of "single", "complete", "average", "mcquitty", "ward.D", "ward.D2", "centroid" or "median" (for matrices) or "single", "ward", "centroid" or "median" (for a vector)


fjoe88/d8ahelper documentation built on Feb. 6, 2023, 7:55 a.m.