Skip to contents

Report the modeling choices encoded in a cluster bundle before fitting.

Usage

# S3 method for class 'dpmixgpd_cluster_bundle'
summary(object, ...)

Arguments

object

A cluster bundle.

...

Unused.

Value

Summary list containing kernel choice, GPD flag, dimensions, component count, and monitor configuration.

Details

This summary is a pre-flight check for the clustering workflow. It reports the latent-partition design, the chosen kernel family, whether a GPD tail will be spliced above the threshold, the effective sample and predictor dimensions, and the monitor set that will be carried into MCMC.

Because no posterior simulation has occurred yet, the summary describes only the assumed model structure. Quantities such as representative labels, pairwise co-clustering probabilities, and cluster-specific summaries become available only after the fitted object has been created and post-processed.