Description Usage Arguments Value Examples
Generating MixMickey data
Generating MixMickey data
1 2 3 | MixMickey_data(n1 = 2000, n2 = 600, s1 = 2, s2 = 1, d = 2, sd_high = 0.1)
MixMickey_data(n1 = 2000, n2 = 600, s1 = 2, s2 = 1, d = 2, sd_high = 0.1)
|
n1 |
a number indicating the number of points in the larger Gaussian cluster |
n2 |
a number indicating the number of points in each of the two smaller Gaussian clusters |
s1 |
a number indicating the base radius for the larger Gaussian cluster |
s2 |
a number indicating the base radius for each of the two smaller Gaussian clusters |
d |
a number indicating the dimension of the generated data. d>2 dimensions are filled with independent Gaussian noises |
sd_high |
a number indicating the standard deviation for Gaussian noises in the higher dimensions |
A list of generated data points and the true labels
data - The generated data matrix
clus - The vector of true cluster labels for each data point
A list of generated data points and the true labels
data - The generated data matrix
clus - The vector of true cluster labels for each data point
1 2 3 4 | X = MixMickey_data()$data
plot(X[,1], X[,2])
X = MixMickey_data()$data
plot(X[,1], X[,2])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.