as.loglik.progression {SparseSignatures}R Documentation

as.loglik.progression

Description

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.

Usage

as.loglik.progression(nmf.LassoK.result)

Arguments

nmf.LassoK.result

discovered signatures into an object as the one generated by the function nmf.LassoK

Value

A vector with log-likelihood values for each iteration during the estimation of the signatures

Examples

data(nmf_LassoK_example)
res = as.loglik.progression(nmf_LassoK_example)


[Package SparseSignatures version 1.2.0 Index]