View source: R/nmf_functions_lite.R
source_NMFtensor_function | R Documentation |
Python functions to run several NMF implementations on tensorflow using the reticulate framework, uses a non-negative matrix as input
source_NMFtensor_function(method)
method |
string with method to use, "NMF", "GRNMF_SC" |
python function to carry out the factorization on tensorflow
## Not run: x <- ButchR:::source_NMFtensor_function("NMF") x ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.