cluster_metric_set {tidyclust} | 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:
Only cluster metrics
A cluster_metric_set()
object, combining the use of all input
metrics.