OptK | R Documentation |
Return optimal K
OptK(x, ...)
x |
an object of class ButchR_NMF. |
... |
additional parameters. |
numeric - optimal K
## Not run: data("leukemia") nmf_exp <- run_NMF_tensor(leukemia$matrix, ranks = 2:10, method = "NMF", n_initializations = 10) OptK(nmf_exp) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.