as.loglik.progression {SparseSignatures} | R Documentation |
Return the log-likelihood values for each iteration during the estimation of the signatures from an input object as the one generated by the function nmf.LassoK.
as.loglik.progression(nmf.LassoK.result)
nmf.LassoK.result |
discovered signatures into an object as the one generated by the function nmf.LassoK |
A vector with log-likelihood values for each iteration during the estimation of the signatures
data(nmf_LassoK_example) res = as.loglik.progression(nmf_LassoK_example)