A Union of Concatenated bi_projector
Fits
bi_projector_union.Rd
This function combines a set of bi_projector
fits into a single bi_projector
instance.
The new instance's weights and associated scores are obtained by concatenating the weights
and scores of the input fits.
Arguments
- fits
A list of
bi_projector
instances with the same row space. These instances will be combined to create a newbi_projector
instance.- outer_block_indices
An optional list of indices for the outer blocks. If not provided, the function will compute the indices based on the dimensions of the input fits.