multiview_clusters | R Documentation |
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)
)
n |
vector of number of data points in each cluster
The length of |
scaler value of dimensions of the hidden state | |
observed.dim |
vector of number of dimensions of the generate clusters.
The length of |
sd.max |
maximum standard deviation of clusters |
sd.noise |
standard deviation of the added noise |
the range (min, max) of distance of cluster centers from the origin in the hidden space. |
a list of data points (X) and cluster labels (class)
data = multiview_clusters()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.