Description Usage Arguments Author(s) References Examples
This function create a synthetic dataset using the approach proposed in B. Jiang, J. Pei, Y. Tao and X. Lin, "Clustering Uncertain Data Based on Probability Distribution Similarity," in IEEE Transactions on Knowledge and Data Engineering, vol. 25, no. 4, pp. 751-763, April 2013. doi: 10.1109/TKDE.2011.221
1 | createSyntheticData(k = 11, d = 1, n = 1450, s = 1000)
|
k |
number of clusters to test. |
d |
dimension (e.g. if we have temperatute and preasure d = 2) |
n |
the number of objects of the data |
s |
the sample size |
Noel Moreno Lemus
B. Jiang, J. Pei, Y. Tao and X. Lin, "Clustering Uncertain Data Based on Probability Distribution Similarity," in IEEE Transactions on Knowledge and Data Engineering, vol. 25, no. 4, pp. 751-763, April 2013. doi: 10.1109/TKDE.2011.221
1 | dataset <- createSyntheticData(3, 2, 1000, 500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.