View source: R/cross_validation.R
Title
1 2 3 4 |
A |
nxp heterogeneous observations (matrix) |
nb.boot |
number of folds for cross validation (integer) |
thresh |
convergence tolerance (positive number) |
maxit |
maximum number of iterations (positive integer) |
lambda1.max |
maximum regularization parameter for nuclear norm penalty (positive number) |
lambda2.max |
maximum regularization parameter for ell_1 norm penalty (positive number) |
lambda1.min |
minimum regularization parameter for nuclear norm penalty (positive number) |
lambda2.min |
minimum regularization parameter for ell_1 norm penalty (positive number) |
length |
size of cross-validation grid (integer) |
trace.it |
whether messages about convergence should be printed (boolean) |
groups |
vector of size n of group memberships (factor) |
var.type |
vector of size p indicating types of columns (currently "gaussian", "binomial" or "poisson") |
alpha0 |
initial value for the main effects (matrix of size (number of groups)xp) |
theta0 |
initial value for the interactions (matrix of size nxp) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.