msCCAl1: msCCAl1: wrapper function for msCCA with decaying l1 norm...

Description Usage

View source: R/msCCA.R

Description

msCCAl1: wrapper function for msCCA with decaying l1 norm bound for multiple components

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
msCCAl1(
  xlist,
  ncomp,
  xlist.te = NULL,
  init_method = "soft-thr",
  nfolds = 7,
  foldid = NULL,
  norms = NULL,
  norm_grids = NULL,
  nlambda = 10,
  rho_maxit = 200,
  print_out = 100,
  l1proximal_maxit = 10000,
  rho_tol = 0.01,
  eps = NULL,
  mode = "full",
  trace = F
)

LeyingGuan/msCCA documentation built on Dec. 18, 2021, 4:34 a.m.