Description Usage Arguments Value Examples
opnmf test
1 | opnmfR_test(X = NULL, y = NULL, r = 2, W0 = "nndsvd", ...)
|
X |
A matrix, if NULL the "iris" data is used (default NULL) |
y |
A vector with class labels same length as nrow of X, if X=NULL then iris$Species is used (default NULL) |
r |
A number, rank to use (default 2) |
W0 |
A string or matrix for initialization (default "nndsvd") |
... |
additional parameters passed to |
A list with factorization results using R and Rcpp function calls
1 | result <- opnmfR_test()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.