predict_cluster {tidyclust} | R Documentation |
Other predict methods.
Description
These are internal functions not meant to be directly called by the user.
Usage
predict_cluster(object, ...)
## S3 method for class 'cluster_fit'
predict_cluster(object, new_data, ...)
Arguments
object |
An object of class |
... |
Arguments to the underlying model's prediction function cannot be
passed here (see |
new_data |
A rectangular data object, such as a data frame. |
Value
A tibble::tibble()
.
A tibble::tibble()
.
[Package tidyclust version 0.2.3 Index]