cluster_metric_set: Combine metric functions

View source: R/metric-aaa.R

cluster_metric_setR Documentation

Combine metric functions

Description

cluster_metric_set() allows you to combine multiple metric functions together into a new function that calculates all of them at once.

Usage

cluster_metric_set(...)

Arguments

...

The bare names of the functions to be included in the metric set. These functions must be cluster metrics such as sse_total(), sse_ratio(), or silhouette_avg().

Details

All functions must be:

  • Only cluster metrics

Value

A cluster_metric_set() object, combining the use of all input metrics.


tidyclust documentation built on Sept. 26, 2023, 1:08 a.m.