These are not intended for use by users. Constructs a prediction matrix for cross-validation folds, using the coefficient paths in outlist.
Inspired by internal functions in the glmnet package.
buildPredmat(outlist, lambda, x, foldid, alignment, ...)The return value depends on the method; for the default method,
see buildPredmat.default.
A list of fitted models.
A vector of penalty values.
A predictor matrix.
Fold identifiers.
Alignment method (not used).
Other arguments