Description Usage Arguments See Also
This function use k-fold cross-valiation method to optimize the sparsity of right singular values
1 2 3 4 |
x |
input matrix |
nf |
number of component |
kv.opt |
optional value for sparsity on right singular value |
wv |
weight for columns |
wu |
weight for rows |
pos |
whether retein non-negative results |
maxiter |
maximum number of iteration |
tol |
convergence tolerance |
verbose |
if print the progress |
init |
how to initialize the algorithm. if no sparsity, svd is fast. |
ncores |
the number of cores used, passed to mclapply |
fold |
fold number in cross validation |
nstart |
how many time the k-fold cross validation should be done |
seed |
set seed |
loorss |
if the Leave-one-out procedure should be used in matrix reconstruction |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.