Skip to content

lucaslelann/nmf_operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NMF operator

Description

The NMF operator is a template repository for the creation of R operators in Tercen.

Usage
Input projection .
y-axis numeric, value
row factor, variables
column factor, observation IDs
Input parameters .
n_clust Number of archetypes to infer
method NMF method
Output relations .
Archetype_n Scores of each observation on each inferred archetype
H_Archetype_n Scores of each variable on each inferred archetype
Details

This operator is a wrapper of the nmf function from the NMF R package. Available methods are described in the documentation of this function.

See Also

autoencoder_operator

About

Non-negative matrix factorisation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages