powered by
Generate simple simulations for testing of the algorithms.
generateSim(NN = 10^4, DELTA = 2, DIM = 2, seed = NULL)
Number of observations. Default is 10^4
Separation of three groups in standard errors. Default is 2.
Number of dimensions in data. Default is 2.
Random seed if desired.
A list containing:
Coordinates of the simulated points.
Cluster membership of the simulated points.
YY and XX Combined as a single matrix.
# NOT RUN { #100 points of dimension 4. generateSim(NN=100, DELTA=2, DIM=4) # }
Run the code above in your browser using DataLab