Learn R Programming

flexclust (version 0.7-0)

flexclustControl-class: Classes "flexclustControl" and "cclustControl"

Description

Hyperparameters for cluster algorithms.

Arguments

Objects from the Class

Objects can be created by calls of the form new("flexclustControl", ...). In addition, named lists can be coerced to flexclustControl objects, names are completed if unique (see examples).

See Also

kcca, cclust

Examples

Run this code
## have a look at the defaults
new("flexclustControl")

## corce a list
mycont = list(iter=500, tol=0.001, class="w")
as(mycont, "flexclustControl")

## some additional slots
as(mycont, "cclustControl")

Run the code above in your browser using DataLab