| cluster_metric_set | R Documentation |
cluster_metric_set() allows you to combine multiple metric functions
together into a new function that calculates all of them at once.
cluster_metric_set(...)
... |
The bare names of the functions to be included in the metric set.
These functions must be cluster metrics such as |
All functions must be cluster metrics. To include a metric that
wraps a built-in metric with custom arguments, such as silhouette_avg()
with a non-default dist_fun, first wrap it with new_cluster_metric() so
that it carries the cluster_metric class. See the examples in
new_cluster_metric().
A cluster_metric_set() object, combining the use of all input
metrics.
new_cluster_metric()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.