C2beta: Compute the coefficients from the continuum regression (CR)...

View source: R/continuum.R

C2betaR Documentation

Compute the coefficients from the continuum regression (CR) algorithm

Description

This function converts the CR algorithm outputs to the regression coefficients

Usage

C2beta(X, Y, C, lambda)

Arguments

X

The input feature matrix

Y

The input response vector

C

The weight matrix computed from CR algorithm

lambda

Deprecated. Regularization parameter if L2 penalization is used for CR. JICO uses zero as default.

Value

A list of regression coefficients to perform the prediction task.


JICO documentation built on May 31, 2023, 6:34 p.m.