NMF_HALS | R Documentation |
HALS algorithm for NMF
NMF_HALS(
X,
K,
smooth_u = F,
smooth_v = T,
ord = 1,
smooth_method = "trendfiltering",
filter.number = 1,
family = "DaubExPhase",
pos_u,
pos_v,
maxiter = 100,
printevery = 10,
tol = 0.01
)
X |
N by p matrix |
smooth_method |
'trendfiltering', 'wavelet' or 'runmed' |
pos_u , pos_v |
position of observations |
k |
number of topics |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.