Skip to contents

Returns the input as-is. Provided as a name so that the multi-start driver can include "warm starts" by symbolic name.

Usage

init_warm_start(g)

Arguments

g

A gmm (or gmm_fit).

Value

The input g, validated.

Examples

g <- gmm(weights = 1, means = list(c(0, 0)),
         covariances = list(diag(2)))
init_warm_start(g)
#> <gmm>: K = 1 components in p = 2 dimensions
#>   [1] w = 1.0000, |mu| = 0.0000, tr(Sigma) = 2.0000