Description Usage Arguments Value Examples
Suppose the binary (Poisson) tensor A has expectation structure:
E(A) = [G;Z_1,Z_2,Z_3,...Z_m],
where each row of Z_i's has exactly one non-zero element with value equals to 1.
1 2 3 4 5 6 7 8 9 10 |
n |
a vector of positive integers specifying the dimensions sizes of each mode. |
Pi |
a vector with same size as the number of clusters specifying the cluster weights. |
G |
the core tensor in a multi-dimensional array. |
PoissonEdges |
boolean indicator. If TRUE, elements of A allows multiple same edges. IF FALSE, A should be a binary tensor. |
returnParameters |
logical. Return the parameters or not. |
parametersOnly |
logical. Only return the parameters or not. |
... |
other parameters. |
avgDeg |
an integer specifying the expected degree. |
A list of three items: The sampled random tensor. The latent factors Zs. The ground truth core tensor G.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.