Learn R Programming

biglasso (version 1.0-1)

biglasso-internal: Internal biglasso functions

Description

Internal biglasso functions

Usage

setupLambda(X, y, row.idx, center, scale, family, alpha, lambda.min, nlambda, penalty.factor)
loss.biglasso(y,yhat,family)

Arguments

Details

These are not intended for use by users. setupLambda creates an appropriate vector of regularization parameter values. loss.biglasso calculates the value of the loss function for the given predictions (used for cross-validation).