gm_clust_params: Gaussian mixture covariance structure parameters

gm_clust_paramsR Documentation

Gaussian mixture covariance structure parameters

Description

Logical flags controlling the covariance structure of cluster Gaussians fit by tidyclust::gm_clust() with the mclust engine. See gm_clust() for descriptions.

Usage

circular(values = c(TRUE, FALSE))

zero_covariance(values = c(TRUE, FALSE))

shared_orientation(values = c(TRUE, FALSE))

shared_shape(values = c(TRUE, FALSE))

shared_size(values = c(TRUE, FALSE))

Arguments

values

A vector of possible values (c(TRUE, FALSE) by default).

Value

A dials parameter object for use with tune::tune_grid() and related functions.

Examples

circular()
zero_covariance()
shared_orientation()
shared_shape()
shared_size()

tidyclust documentation built on June 20, 2026, 9:08 a.m.