mergeClusters: Hierarchical clustering for merging the kmeans clusters.

Description Usage Arguments Value Author(s)

View source: R/hardClust.R

Description

This function takes as input the kmeans hard clustering output and the initialized thetas and merges the kmeans clusters based on thetas

Usage

1
mergeClusters(hard.clust, theta.l, k = 46)

Arguments

hard.clust

The kmeans hard clustering.

theta.l

A list of estimated theta values for each cluster and cell.

k

Desired number of clusters after merging.

Value

A new hard clustering with the correct number of clusters

Author(s)

Maryam Ghareghani


daewoooo/SaaRclust documentation built on May 28, 2019, 7:50 p.m.