as.loglik.progression.in.range {SparseSignatures} | R Documentation |
Return the log-likelihood values for a given configuration for each iteration during the estimation of the signatures from an input object as the one generated by the function evaluate.lambda.range.
as.loglik.progression.in.range(lambda.range.result, lambda_value = 0.2)
lambda.range.result |
discovered signatures into an object as the one generated by the function evaluate.lambda.range |
lambda_value |
value of LASSO used for the estimation whose configuration has to be returned |
A vector with log-likelihood values for each iteration during the estimation of the signatures
data(lambda_range_example) res = as.loglik.progression.in.range(lambda_range_example,lambda_value=0.10)