as.starting.beta.in.range {SparseSignatures}R Documentation

as.starting.beta.in.range

Description

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.

Usage

as.starting.beta.in.range(lambda.range.result, lambda_value = 0.2)

Arguments

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

Value

A matrix with the initial values of beta used for the estimation of the signatures

Examples

data(lambda_range_example)
res = as.starting.beta.in.range(lambda_range_example,lambda_value=0.10)


[Package SparseSignatures version 1.2.0 Index]