| tunable.cluster_spec | R Documentation |
Get tunable parameters for a cluster specification
## S3 method for class 'cluster_spec'
tunable(x, ...)
## S3 method for class 'hier_clust'
tunable(x, ...)
## S3 method for class 'k_means'
tunable(x, ...)
## S3 method for class 'db_clust'
tunable(x, ...)
## S3 method for class 'gm_clust'
tunable(x, ...)
x |
An object, such as a recipe, recipe step, workflow, or model specification. |
... |
Other arguments passed to methods |
A tibble with columns name, call_info, source, component,
and component_id describing each tunable parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.