powered by
Generate multiview clusters from Gaussian distributions with randomly generated parameters
multiview_clusters( n = c(50, 50), hidden.dim = 2, observed.dim = c(2, 2, 3), sd.max = 0.1, sd.noise = 0.01, hidden.r.range = c(0.1, 1) )
a list of data points (X) and cluster labels (class)
vector of number of data points in each cluster The length of n should be equal to the number of clusters.
n
scaler value of dimensions of the hidden state
vector of number of dimensions of the generate clusters. The length of observed.dim should be equal to the number of clusters.
observed.dim
maximum standard deviation of clusters
standard deviation of the added noise
the range (min, max) of distance of cluster centers from the origin in the hidden space.
data = multiview_clusters()
Run the code above in your browser using DataLab