Description Usage Arguments Value
This function calculates the best value of k through a series of executions (from kmin to kmax) of the algorithm of factorization in each step calculates the entropy of the matrix P of Responsibilities and chooses the partition with greater entropy value
1 | find_k(kmin, kmax, X, eps)
|
kmin |
is the value of k from wich it start to search |
kmax |
is the maximum value of k |
X |
is the matrix resulting from the concatenation of the membership matrix for each view |
eps |
is the precision parameter |
the best factorization and the optimum value of k
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.