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.

Value

A tibble::tibble().

A tibble::tibble().


tidyclust documentation built on Sept. 26, 2023, 1:08 a.m.