gmm {clustering} R Documentation

Construct a Gaussian Mixture Model with specific n components

Description

Usage

gmm(x,
    components = 3,
    threshold = 1E-07,
    strict = TRUE,
    verbose = FALSE);

Arguments

x

-

env

[as Environment]

Details

Authors

MLkit

Value

this function returns data object of type any kind.

clr value class

Examples


[Package clustering version 1.0.0.0 Index]