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).