min_grid.cluster_spec: Determine the minimum set of model fits

View source: R/tune_helpers.R

min_grid.cluster_specR Documentation

Determine the minimum set of model fits

Description

Determine the minimum set of model fits

Usage

## S3 method for class 'cluster_spec'
min_grid(x, grid, ...)

Arguments

x

A cluster specification.

grid

A tibble with tuning parameter combinations.

...

Not currently used.

Value

A tibble with the minimum tuning parameters to fit and an additional list column with the parameter combinations used for prediction.


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