Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

CSPA

Cluster-based Similarity Partitioning Algorithm (CSPA)


Description

Performs hierarchical clustering on a stack of consensus matrices to obtain consensus class labels.

Usage

CSPA(E, k)

Arguments

E

is an array of clustering results.

k

number of clusters

Value

cluster assignments for the consensus class

Author(s)

Derek Chiu

See Also

Other consensus functions: LCA(), LCE(), k_modes(), majority_voting()

Examples

data(hgsc)
dat <- hgsc[1:100, 1:50]
x <- consensus_cluster(dat, nk = 4, reps = 4, algorithms = c("hc", "diana"),
progress = FALSE)
CSPA(x, k = 4)

diceR

Diverse Cluster Ensemble in R

v1.0.3
MIT + file LICENSE
Authors
Derek Chiu [aut, cre], Aline Talhouk [aut], Johnson Liu [ctb, com]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.