Skip to contents

Compact display for a fitted clustering object.

Usage

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

Arguments

x

A cluster fit.

...

Unused.

Value

x, invisibly.

Details

A fitted cluster object contains posterior draws for the latent labels and associated component parameters. The printed header identifies the model family that generated those draws, including whether the fit used a bulk-only kernel or a spliced bulk-tail specification.

The printed components value is the truncation size used by the sampler. It is not the same thing as the number of occupied clusters in the Dahl representative partition, which is computed later by predict.dpmixgpd_cluster_fit() and summarized by summary.dpmixgpd_cluster_fit().