hclust_wss: Calculate total WSS for all the clusters created with...

Description Usage Arguments Value See Also

View source: R/clustering.R

Description

Calculate total WSS for all the clusters created with hierarchical clustering method.

Usage

1
hclust_wss(d, kmax = 10)

Arguments

d

A data matrix.

kmax

Maximal number of clusters to make the clustering.

Value

A vector of sum of squares within all the clusters for each number of clusters from 1 to kmax.

See Also

wss.total


dkopcino/sleepers documentation built on Dec. 31, 2020, 11:21 p.m.