cICA_morlet: This function performs colorICA Morlet algorithm on CIFTI...

Description Usage Arguments Value

Description

This function performs colorICA Morlet algorithm on CIFTI files.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
cICA_morlet(
  Xin,
  M = dim(Xin)[1],
  Win = diag(M),
  tol = 1e-04,
  maxit = 20,
  nmaxit = 5,
  dj = 0.25,
  ncores = 2
)

Arguments

Xin

CIFTI file data

M

Xin first dimension

Win

diagonal of matrix M

tol

tolerance

maxit

maximum number of iteration

nmaxit

maximum number of iteration

dj

Divide octave in sub-octaves. If dj = 0.25 this will do 4 sub-octaves per octave.

ncores

Number of cores to use during fitting

Value

return(as.list(result))


YumekaMengjiaLYU/cICA.m documentation built on Feb. 5, 2021, 7:01 a.m.