Description Usage Arguments Value See Also Examples
Rank selection test on synthetic data Runs all three avilable rank selection methods.
1 2 3 4 5 6 7 8 | opnmfR_test_ranksel_synthetic(
n = 100,
r = 10,
p = 100,
rs = NULL,
W0 = "nndsvd",
nrepeat = 1
)
|
n |
A number, number of rows (default 100) |
r |
A number, true rank (default 10) |
p |
A number, number of columns (default 100) |
rs |
A vector with the ranks you wish 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_synthetic()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.