The NMF operator
is a template repository for the creation of R operators in Tercen.
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 |
This operator is a wrapper of the nmf
function from the NMF
R package. Available
methods are described in the documentation of this function.
autoencoder_operator