as.alpha.in.range {SparseSignatures}R Documentation

as.alpha.in.range

Description

Return the discovered alpha values for a given configuration from an input object as the one generated by the function evaluate.lambda.range.

Usage

as.alpha.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 evaluate.lambda.range

lambda_value

value of LASSO used for the estimation whose configuration has to be returned

Value

A matrix with alpha values

Examples

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


[Package SparseSignatures version 1.4.0 Index]