Skip to contents

Compact display for a dpmixgpd_cluster_bundle before MCMC is run.

Usage

# S3 method for class 'dpmixgpd_cluster_bundle'
print(x, ...)

Arguments

x

A cluster bundle.

...

Unused.

Value

x, invisibly.

Details

A cluster bundle is the pre-sampling representation of the latent partition model. It stores the formula-derived design, kernel choice, truncation level, and the rule by which predictors enter the clustering model, but it does not yet contain posterior draws of the latent labels \(z_1, \dots, z_n\).

print() is intentionally brief. It is meant to confirm that the bundle matches the requested clustering structure before you run MCMC with run_cluster_mcmc() or the higher-level wrappers dpmix.cluster() and dpmgpd.cluster().