Map multiple subjects into template space from a multi-set fit
Source:R/uot_multiset_align.R
multiset_uot_map.RdConvenience helper for [multiset_uot_align()]. It applies each subject's fitted UOT map to the corresponding signal, using the **final** template weights and the pairwise potentials stored in `fit$fits`.
Arguments
- fit
A result from [multiset_uot_align()].
- datasets
The datasets list originally passed to [multiset_uot_align()]. Each dataset must contain `alpha`.
- signals
A list of length K of signals, each a numeric vector (length N_k) or matrix (T x N_k).
- epsilon
Optional override of the entropic parameter. If NULL, uses `fit$params$epsilon`.
- delta
Stabilizer for the barycentric denominator.