Print a cluster fit
print.dpmixgpd_cluster_fit.RdCompact display for a fitted clustering object.
Usage
# S3 method for class 'dpmixgpd_cluster_fit'
print(x, ...)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().
See also
summary.dpmixgpd_cluster_fit(), predict.dpmixgpd_cluster_fit(),
plot.dpmixgpd_cluster_fit().
Other cluster workflow:
dpmgpd.cluster(),
dpmix.cluster(),
plot.dpmixgpd_cluster_bundle(),
plot.dpmixgpd_cluster_fit(),
plot.dpmixgpd_cluster_labels(),
plot.dpmixgpd_cluster_psm(),
predict.dpmixgpd_cluster_fit(),
print.dpmixgpd_cluster_bundle(),
print.dpmixgpd_cluster_labels(),
print.dpmixgpd_cluster_psm(),
summary.dpmixgpd_cluster_bundle(),
summary.dpmixgpd_cluster_fit(),
summary.dpmixgpd_cluster_labels(),
summary.dpmixgpd_cluster_psm()