other_predict: Other predict methods.

predict_clusterR 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 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.


kbodwin/celery documentation built on March 26, 2022, 12:33 a.m.