set_engine.cluster_spec {tidyclust} | R Documentation |
Change engine of a cluster specification
Description
Change engine of a cluster specification
Usage
## S3 method for class 'cluster_spec'
set_engine(object, engine, ...)
Arguments
object |
A model specification. |
engine |
A character string for the software that should be used to fit the model. This is highly dependent on the type of model (e.g. linear regression, random forest, etc.). |
... |
Any optional arguments associated with the chosen computational
engine. These are captured as quosures and can be tuned with |
Value
An updated cluster_spec
object.
[Package tidyclust version 0.2.3 Index]