Convert between data representations in a multiblock decomposition/alignment by projecting the input data onto a common latent space and then reconstructing it in the target domain.
convert_domain(x, new_data, i, j, comp, rowind, colind, ...)
A matrix or data frame representing the transferred data in the target domain
The model fit, typically an object of a class that implements a transfer
method
The data to transfer, with the same number of rows as the source data block
The index of the source data block
The index of the destination data block
A vector of component indices to use in the reconstruction
Optional set of row indices to transfer (default: all rows)
Optional set of column indices to transfer (default: all columns)
Additional arguments passed to the underlying convert_domain
method
project_block
for projecting a single block of data onto the subspace