CreateSimulatedClusters: 'CreateSimulatedClusters'

View source: R/simulateclusters.R

CreateSimulatedClustersR Documentation

CreateSimulatedClusters

Description

Generates artificial clusters from a truncated normal distribution.

Usage

CreateSimulatedClusters(DENSIT, n.clusters, j, n)

Arguments

DENSIT

A value of 1, 2 or, 3. A 1 indicates that the clusters will be appropximately equal in size. A 2 generates a small cluster and the rest of the same size. A 3 generates a big cluster.

n.clusters

The number of clusters to generate.

j

The number of variables.

n

The number of observations.

References

Glenn W. Milligan (1985). An algorithm for generating artificial data sets which contain distinct nonoverlapping clusters is presented. The algorithm is useful for generating test data sets for Monte Carlo validation research conducted on clustering methods or statistics. The algorithm generates data sets which contain either 1, 2, 3, 4, or 5 clusters. By default, the data are embedded in either a 4, 6, or 8 dimensional space. Three different patterns for assigning the points to the clusters are provided. One pattern assigns the points equally to the clusters while the remaining two schemes produce clusters of unequal sizes. Finally, a number of methods for introducing error in the data have been incorporated in the algorithm. Psychometrica. February.


NumbersInternational/flipCluster documentation built on Feb. 26, 2024, 5:34 a.m.