Description Usage Arguments Value See Also Examples
Rank selection test on user provided data Runs all three avilable rank selection methods.
1 | opnmfR_test_ranksel(X = NULL, rs = NULL, W0 = "nndsvd", nrepeat = 1)
|
X |
A matrix, if NULL the "iris" data is used (default NULL) |
rs |
A vector of ranks to test for selection,
if rs=NULL then |
W0 |
A string or matrix for initialization (default "nndsvd") |
nrepeat |
A number, number of iterations for rank selection,
i.e. number of permutations for |
A list with rank selection outputs from opnmfR_ranksel_perm
, opnmfR_ranksel_ooser
, and
opnmfR_ranksel_splithalf
opnmfR_ranksel_perm
, opnmfR_ranksel_ooser
, and
opnmfR_ranksel_splithalf
1 | result <- opnmfR_test_ranksel()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.