| gen3S | R Documentation |
Generate from Three 5-dimensional Subspaces in 200-dimensional space.
gen3S(n = 50, var = 0.3)
n |
the number of data points sampled from each subspace (default: 50). |
var |
degree of Gaussian noise (default: 0.3). |
a named list containing with :
an (3*n\times 3) data matrix.
length-3*n vector for class label.
wang_efficient_2011T4cluster
## a toy example
tester = gen3S(n=100)
data = tester$data
label = tester$class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.