AM_clustering: Return the clustering matrix

Description Usage Arguments Details Value See Also Examples

Description

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

Usage

1

Arguments

fit

an AM_mcmc_output object.

Details

The clustering matrix is an M by n matrix. Each of the M rows represents a clustering of n items using cluster labels. Items i and j are in the same cluster if fit[m,i] == fit[m,j] for the mth clustering.

Value

A numeric clustering matrix

See Also

AM_coclustering

Examples

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

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

Related to AM_clustering in AntMAN...