as.starting.beta.in.range {SparseSignatures} | R Documentation |
Return the initial values of beta used for the estimation of the signatures for a given configuration from an input object as the one generated by the function evaluate.lambda.range.
as.starting.beta.in.range(lambda.range.result, lambda_value = 0.2)
lambda.range.result |
discovered signatures into an object as the one generated by the function nmf.LassoK |
lambda_value |
value of LASSO used for the estimation whose configuration has to be returned |
A matrix with the initial values of beta used for the estimation of the signatures
data(lambda_range_example) res = as.starting.beta.in.range(lambda_range_example,lambda_value=0.10)