AM_coclustering: Return the co-clustering matrix

Description Usage Arguments Details Value See Also Examples

Description

Given an AM_mcmc_output object, this function returns the co-clustering matrix.

Usage

1

Arguments

fit

an AM_mcmc_output object.

Details

The co-clustering matrix is produced by the simultaneous clustering of the rows and columns. Each entry denotes the (posterior) probability that items i and j are together. This technique is also known as bi-clustering and block clustering \insertCitegovaert2013coAntMAN, and is useful for understanding the number of clusters in the dataset.

Value

A numeric co-clustering matrix

See Also

AM_clustering

Examples

1
2
fit = AM_demo_uvp_poi()$fit
ccm <- AM_coclustering(fit)

AntMAN documentation built on July 23, 2021, 5:08 p.m.