initializeSimlr.Rd
Four initialization approaches for simlr. Returns either a single matrix
derived from dimensionality reduction on all matrices
(jointReduction=TRUE
) or a list of reduced
dimensionality matrices, one for each input. Either PCA or ICA can be used
as the reduction method.
initializeSimlr( voxmats, k, jointReduction = TRUE, zeroUpper = FALSE, uAlgorithm = "ica", addNoise = 0 )
voxmats | list that contains the named matrices. |
---|---|
k | rank of U matrix |
jointReduction | boolean determining whether one or length of list bases are |
zeroUpper | boolean determining whether upper triangular part of initialization is zeroed out |
uAlgorithm | either |
addNoise | scalar value that adds zero mean unit variance noise, multiplied
by the value of |
A single matrix or list of matrices
BB Avants.