Skip to content

Change mode of a cluster specification

Usage

# S3 method for class 'cluster_spec'
set_mode(object, mode, ...)

Arguments

object

A model specification.

mode

A character string for the model type (e.g. "classification" or "regression")

...

One or more named model arguments.

Value

An updated cluster_spec object.