Description Usage Arguments Value
View source: R/simulation_by_model.R
Generate K centers in d dimenaional space such that min ||mu_i-mu_j|| = c(d * sig)^1/2]
1 | generate_centers_uniform(K, d, cl.sep)
|
K |
number of clusters |
d |
dimension of space where K centers are generated |
cl.sep |
cluster separation |
A list containing
generated K-by-d corresponding to K centers in d-dim space
boolean indicating whether the generationg is successful
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.