source_NMFtensor_function: Single view NMF implementations

View source: R/nmf_functions_lite.R

source_NMFtensor_functionR Documentation

Single view NMF implementations

Description

Python functions to run several NMF implementations on tensorflow using the reticulate framework, uses a non-negative matrix as input

Usage

source_NMFtensor_function(method)

Arguments

method

string with method to use, "NMF", "GRNMF_SC"

Value

python function to carry out the factorization on tensorflow

Examples

## Not run: 
x <- ButchR:::source_NMFtensor_function("NMF")
x

## End(Not run)

hdsu-bioquant/ButchR documentation built on Jan. 28, 2023, 6:06 p.m.