predict_cluster: Other predict methods.
Description
These are internal functions not meant to be directly called by the user.
Usage
predict_cluster(object, ...)# S3 method for cluster_fit
predict_cluster(object, new_data, ...)
Arguments
- object
An object of class cluster_fit
.
- ...
Arguments to the underlying model's prediction function cannot be
passed here (see opts
).
- new_data
A rectangular data object, such as a data frame.