Nclus: Artificial Example with 4 Gaussians

NclusR Documentation

Artificial Example with 4 Gaussians

Description

A simple artificial regression example with 4 clusters, all of them having a Gaussian distribution.

Usage

data(Nclus)

Details

The Nclus data set can be re-created by loading package flexmix and running ExNclus(100) using set.seed(2602). It has been saved as a data set for simplicity of examples only.

Examples

data(Nclus)
cl <- cclust(Nclus, k=4, simple=FALSE, save.data=TRUE)
plot(cl)

flexclust documentation built on April 8, 2022, 5:09 p.m.

Related to Nclus in flexclust...