powered by
Generate from Three 5-dimensional Subspaces in 200-dimensional space.
gen3S(n = 50, var = 0.3)
the number of data points sampled from each subspace (default: 50).
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
# NOT RUN { ## a toy example tester = gen3S(n=100) data = tester$data label = tester$class # } # NOT RUN { # }
Run the code above in your browser using DataLab