generate_rmfm | R Documentation |
Generates random binary stochastic membership function matrix for the I objects.
generate_rmfm(I, G, seed = NULL)
I |
Number of objects. |
G |
Number of groups/clusters. |
seed |
Seed for random number generation. |
U_i_g, binary stochastic membership matrix.
generate_rmfm(I=8,G=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.