set_mode.cluster_spec {tidyclust} | R Documentation |
Change mode of a cluster specification
## S3 method for class 'cluster_spec'
set_mode(object, mode)
object |
A model specification. |
mode |
A character string for the model type (e.g. "classification" or "regression") |
An updated cluster_spec
object.