simlrU.Rdsimlr minimizes reconstruction error across related modalities. One crucial component of the reconstruction is the low-dimensional cross-modality basis. This function computes that basis, given a mixing algorithm.
simlrU( projections, mixingAlgorithm, initialW, orthogonalize = FALSE, connectors = NULL )
| projections | A list that contains the low-dimensional projections. |
|---|---|
| mixingAlgorithm | the elected mixing algorithm. see |
| initialW | initialization matrix size |
| orthogonalize | boolean |
| connectors | a list ( length of projections or number of modalities ) that indicates which modalities should be paired with current modality |
u matrix for modality i
BB Avants.