preCheck: Parameter check

Description Usage Arguments Value

View source: R/preProcessing.R

Description

Parameter check

Usage

1
2
3
4
5
6
7
8
preCheck(
  X = NULL,
  Z0 = NULL,
  Y = NULL,
  num.D = 6,
  num.E = 6,
  num.iteration = 100
)

Arguments

X

input matrix for dataset1

Z0

input initial transition matrix

Y

input matrix for dataset2

num.D

number of reduced dimensions between X and Z0

num.E

number of reduced dimensions between Y and Z0

num.iteration

maximal number of iteration [default 100]

Value

Return TRUE if all parameters are correct


jinzhuangdou/DCCA documentation built on June 29, 2020, 12:54 a.m.