msCCAl0: msCCAl0: wrapper function for msCCA with decaying l0 norm...

Description Usage

View source: R/msCCA.R

Description

msCCAl0: wrapper function for msCCA with decaying l0 norm bound for multiple components

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
msCCAl0(
  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,
  rho_tol = 0.01,
  eps = NULL,
  mode = "full",
  trace = F
)

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