Default inverse_projection method for cross_projector
inverse_projection.cross_projector.RdThis function obtains the matrix that maps factor scores in the
latent space back into the original domain (X or Y). By default,
we assume v_domain is not necessarily orthonormal or invertible,
so we use a pseudoinverse approach (e.g. MASS::ginv).
Usage
# S3 method for class 'cross_projector'
inverse_projection(x, domain = c("X", "Y"), ...)